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