• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Generated headers
2include/aws/jni
3
4# IDE Artifacts
5.metadata
6.build
7.idea
8*.d
9Debug
10Release
11*~
12*#
13*.iml
14tags
15.vscode
16
17#vim swap file
18*.swp
19
20#compiled python files
21*.pyc
22
23#Vagrant stuff
24Vagrantfile
25.vagrant
26
27#Mac stuff
28.DS_Store
29
30#doxygen
31doxygen/html/
32doxygen/latex/
33
34
35#cmake artifacts
36dependencies
37_build
38build
39_build_*
40cmake-build*
41
42# Compiled Object files
43*.slo
44*.lo
45*.o
46*.obj
47
48# Precompiled Headers
49*.gch
50*.pch
51
52# Compiled Dynamic libraries
53*.so
54*.dylib
55*.dll
56
57# Fortran module files
58*.mod
59
60# Compiled Static libraries
61*.lai
62*.la
63*.a
64*.lib
65
66# Executables
67*.exe
68*.out
69*.app
70
71*.ipr
72*.iws
73
74# Maven
75target/
76
77# Test resources/certs/logs
78*.log
79*.pem
80*.key
81*.crt
82
83# idea stuff
84.classpath
85.project
86.settings/
87
88.gradle/
89local.properties
90
91# configuration pulled from Secrets Manager
92settings.xml
93
94bin/
95log.txt
96# docs are updated automatically by .github/workflows/docs.yml
97docs/
98
99