tommath/.gitignore

40 lines
599 B
Plaintext
Raw Normal View History

2009-10-01 09:49:12 -04:00
# suppress compiler/linker output
*.[oa]
2012-11-19 06:03:27 -05:00
*.obj
*.gcda
*.gcno
*.lib
2010-07-23 05:15:38 -04:00
Debug/
Release/
2012-11-19 06:03:27 -05:00
# 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)
2010-07-23 05:15:38 -04:00
*.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