tomcrypt/.gitignore

59 lines
842 B
Plaintext
Raw Normal View History

# suppress compiler/linker output
*.[oa]
*.obj
2014-07-13 08:41:07 -04:00
*.l[oa]
[Dd]ebug/
2011-01-25 05:27:28 -05:00
[Rr]elease/
2014-07-13 08:41:07 -04:00
.libs/
# suppress output of build process
gcc_[12].txt
testok.txt
test_*.txt
tv.txt
*_tv.txt
# *nix/windows test executables
2014-07-13 08:41:07 -04:00
encrypt
encrypt.exe
hashsum
hashsum.exe
small
small.exe
test
test.exe
tv_gen
tv_gen.exe
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
2014-04-29 19:10:22 -04:00
*.out
*.ll
*.gcda
*.gcno
*.gcov
2014-05-24 18:24:53 -04:00
# coverity intermediate directory etc.
cov-int/
.coverity_*
libtomcrypt.lzma