update gitignore
This commit is contained in:
parent
1bd1320b19
commit
8b24998df4
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,8 +1,24 @@
|
|||||||
# suppress compiler/linker output
|
# suppress compiler/linker output
|
||||||
*.[oa]
|
*.[oa]
|
||||||
|
*.obj
|
||||||
|
*.gcda
|
||||||
|
*.gcno
|
||||||
|
*.lib
|
||||||
Debug/
|
Debug/
|
||||||
Release/
|
Release/
|
||||||
|
|
||||||
|
# suppress output of build process and *nix/windows test executables
|
||||||
|
ltmtest
|
||||||
|
ltmtest.exe
|
||||||
|
test
|
||||||
|
test.exe
|
||||||
|
mtest
|
||||||
|
mtest.exe
|
||||||
|
|
||||||
|
# ignore eclipse project files
|
||||||
|
.cproject
|
||||||
|
.project
|
||||||
|
|
||||||
# special MS Visual Studio section
|
# special MS Visual Studio section
|
||||||
# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
|
# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
|
||||||
*.ncb
|
*.ncb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user