40 lines
599 B
Plaintext
40 lines
599 B
Plaintext
# suppress compiler/linker output
|
|
*.[oa]
|
|
*.obj
|
|
*.gcda
|
|
*.gcno
|
|
*.lib
|
|
Debug/
|
|
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
|
|
# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
|
|
*.ncb
|
|
# ignore user specific settings
|
|
*.user
|
|
*.suo
|
|
|
|
# ignore stuff generated by "make manual" and "make poster"
|
|
*.aux
|
|
*.dvi
|
|
*.idx
|
|
*.lof
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.ilg
|
|
*.ind
|
|
*.pdf
|