2009-10-01 05:55:13 -04:00
|
|
|
# suppress compiler/linker output
|
|
|
|
*.[oa]
|
2011-01-24 04:41:30 -05:00
|
|
|
*.obj
|
2011-03-21 17:59:59 -04:00
|
|
|
*.gcno
|
2011-01-24 04:41:30 -05:00
|
|
|
[Dd]ebug/
|
2011-01-25 05:27:28 -05:00
|
|
|
[Rr]elease/
|
2011-01-19 03:21:19 -05:00
|
|
|
|
|
|
|
# suppress output of build process
|
|
|
|
gcc_[12].txt
|
|
|
|
testok.txt
|
|
|
|
test_*.txt
|
|
|
|
tv.txt
|
|
|
|
*_tv.txt
|
|
|
|
|
|
|
|
# *nix/windows test executables
|
|
|
|
test
|
|
|
|
test.exe
|
|
|
|
tv_gen
|
|
|
|
tv_gen.exe
|
2011-01-24 04:41:30 -05:00
|
|
|
timing
|
|
|
|
timing.exe
|
|
|
|
|
|
|
|
# Visual Studio special files
|
|
|
|
# ignore user specific settings
|
|
|
|
*.user
|
|
|
|
*.suo
|
|
|
|
# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
|
|
|
|
*.ncb
|
|
|
|
# ignore VS intermediate and program database files
|
|
|
|
*.idb
|
|
|
|
*.pdb
|
2013-03-06 13:42:55 -05:00
|
|
|
|
|
|
|
# oops ;) but we don't want them to appear in the repository...
|
|
|
|
*.stackdump
|
2013-03-20 12:34:16 -04:00
|
|
|
*.core
|
2013-03-06 13:42:55 -05:00
|
|
|
|
|
|
|
# misc
|
|
|
|
*.rej
|
|
|
|
*.patch
|
|
|
|
*.diff
|
|
|
|
*.orig
|