gitignore
This commit is contained in:
parent
f42b36682d
commit
b29efd169a
47
.gitignore
vendored
47
.gitignore
vendored
@ -1,33 +1,22 @@
|
||||
# Object files
|
||||
*.o
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
/Debug/
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
**.o
|
||||
**.d
|
||||
**.elf
|
||||
**.bin
|
||||
**.xml
|
||||
**.list
|
||||
|
||||
# Libraries
|
||||
*.lib
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
**/Debug/
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
**/language.settings.xml
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
*.su
|
||||
/Release/
|
||||
**.o
|
||||
**.d
|
||||
**.elf
|
||||
**.bin
|
||||
**.xml
|
||||
**.list
|
||||
|
||||
**/Release/
|
Reference in New Issue
Block a user