Skip to content

Commit 42949c8

Browse files
committed
Update .gitignore
1 parent 9a729c2 commit 42949c8

File tree

1 file changed

+44
-15
lines changed

1 file changed

+44
-15
lines changed

.gitignore

+44-15
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,57 @@
1-
# C++
2-
#Compiled object files
1+
2+
### C ###
3+
# Prerequisites
4+
*.d
5+
6+
# Object files
37
*.o
8+
*.ko
9+
*.obj
10+
*.elf
11+
12+
# Linker output
13+
*.ilk
14+
*.map
15+
*.exp
16+
17+
# Precompiled Headers
18+
*.gch
19+
*.pch
20+
21+
# Libraries
22+
*.lib
23+
*.a
24+
*.la
425
*.lo
5-
*.slo
626

7-
#Compiled dynamic libraries
27+
# Shared objects (inc. Windows DLLs)
28+
*.dll
829
*.so
30+
*.so.*
931
*.dylib
10-
*.dll
1132

1233
# Executables
34+
*.exe
1335
*.out
1436
*.app
15-
*.exe
37+
*.i*86
38+
*.x86_64
39+
*.hex
40+
41+
# Debug files
42+
*.dSYM/
43+
*.su
44+
*.idb
45+
*.pdb
1646

17-
# CodeLite project files
18-
#.codelite/
19-
#.clang/
20-
#*.project
21-
#Makefile
22-
# I don't think I need this file cluttering the repository.
23-
# Codelite will generate it anyway based on the project file.
24-
wrenly.mk
25-
wrenly.txt
47+
# Kernel Module Compile Results
48+
*.mod*
49+
*.cmd
50+
.tmp_versions/
51+
modules.order
52+
Module.symvers
53+
Mkfile.old
54+
dkms.conf
2655

2756
# Project files/folders
2857
.vscode

0 commit comments

Comments
 (0)