2009-10-01 09:55:13 +00:00
|
|
|
# suppress compiler/linker output
|
|
|
|
*.[oa]
|
2011-01-24 09:41:30 +00:00
|
|
|
*.obj
|
|
|
|
[Dd]ebug/
|
2011-01-25 10:27:28 +00:00
|
|
|
[Rr]elease/
|
2011-01-19 08:21:19 +00: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 09:41:30 +00: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 18:42:55 +00:00
|
|
|
|
|
|
|
# oops ;) but we don't want them to appear in the repository...
|
|
|
|
*.stackdump
|
2013-03-20 16:34:16 +00:00
|
|
|
*.core
|
2013-03-06 18:42:55 +00:00
|
|
|
|
|
|
|
# misc
|
|
|
|
*.rej
|
|
|
|
*.patch
|
|
|
|
*.diff
|
|
|
|
*.orig
|
2014-04-29 23:10:22 +00:00
|
|
|
*.out
|
|
|
|
*.ll
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
*.gcov
|