ignore file change
This commit is contained in:
parent
33df952a44
commit
d68c837a46
|
@ -7,6 +7,8 @@
|
|||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
*.axf
|
||||
*.de
|
||||
|
||||
# Linker output
|
||||
*.ilk
|
||||
|
@ -28,7 +30,7 @@
|
|||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
./Drivers
|
||||
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
|
@ -37,6 +39,9 @@
|
|||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
*.axf
|
||||
*.dep
|
||||
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
|
|
Reference in New Issue