Add extensions and file names to .gitignore
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -6,11 +6,13 @@
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
*.s19
|
||||
|
||||
# Linker output
|
||||
*.ilk
|
||||
*.map
|
||||
*.exp
|
||||
*.lk
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
@@ -35,6 +37,7 @@
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
*.prg
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
@@ -50,3 +53,7 @@ modules.order
|
||||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# Others
|
||||
depend
|
||||
mapfile
|
||||
|
||||
Reference in New Issue
Block a user