27
|
1 build
|
|
2
|
1
|
3 # Created by https://www.toptal.com/developers/gitignore/api/c
|
|
4 # Edit at https://www.toptal.com/developers/gitignore?templates=c
|
|
5
|
|
6 ### C ###
|
|
7 # Prerequisites
|
|
8 *.d
|
|
9
|
|
10 # Object files
|
|
11 *.o
|
|
12 *.ko
|
|
13 *.obj
|
|
14 *.elf
|
|
15
|
|
16 # Linker output
|
|
17 *.ilk
|
|
18 *.map
|
|
19 *.exp
|
|
20
|
|
21 # Precompiled Headers
|
|
22 *.gch
|
|
23 *.pch
|
|
24
|
|
25 # Libraries
|
|
26 *.lib
|
|
27 *.a
|
|
28 *.la
|
|
29 *.lo
|
|
30
|
|
31 # Shared objects (inc. Windows DLLs)
|
|
32 *.dll
|
|
33 *.so
|
|
34 *.so.*
|
|
35 *.dylib
|
|
36
|
|
37 # Executables
|
|
38 *.exe
|
|
39 *.out
|
|
40 *.app
|
|
41 *.i*86
|
|
42 *.x86_64
|
|
43 *.hex
|
|
44
|
|
45 # Debug files
|
|
46 *.dSYM/
|
|
47 *.su
|
|
48 *.idb
|
|
49 *.pdb
|
|
50
|
|
51 # Kernel Module Compile Results
|
|
52 *.mod*
|
|
53 *.cmd
|
|
54 .tmp_versions/
|
|
55 modules.order
|
|
56 Module.symvers
|
|
57 Mkfile.old
|
|
58 dkms.conf
|
|
59
|
|
60 # End of https://www.toptal.com/developers/gitignore/api/c
|
|
61
|