aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c9ae8a094b6e26e2423c747e9bbc42426147aad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# 🜲  my git ignore  

# prerequisites
*.d

# object files
*.o
*.ko
*.obj
*.elf

# linker output.
*.ilk
*.map
*.exp

# precompiled headers.
*.gch
*.pch

# libraries.
*.lib
*.a
*.la
*.lo

# shared objects (inc. windows dlls).
*.dll
*.so
*.so.*
*.dylib

# executables.
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# debug files.
*.dSYM/
*.su
*.idb
*.pdb

# kernel module compile results.
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

# other (project specific)
*.cbp
*.layout