2009-10-01 05:55:13 -04:00
|
|
|
# suppress compiler/linker output
|
|
|
|
*.[oa]
|
2011-01-24 04:41:30 -05:00
|
|
|
*.obj
|
2014-07-13 08:41:07 -04:00
|
|
|
*.l[oa]
|
2011-01-24 04:41:30 -05:00
|
|
|
[Dd]ebug/
|
2011-01-25 05:27:28 -05:00
|
|
|
[Rr]elease/
|
2017-03-14 18:09:14 -04:00
|
|
|
/MSVC_*
|
2014-07-13 08:41:07 -04:00
|
|
|
.libs/
|
2011-01-19 03:21:19 -05:00
|
|
|
|
2017-05-04 10:01:56 -04:00
|
|
|
# release files
|
|
|
|
/libtomcrypt-*
|
|
|
|
/crypt-*
|
|
|
|
|
2011-01-19 03:21:19 -05:00
|
|
|
# suppress output of build process
|
|
|
|
gcc_[12].txt
|
|
|
|
testok.txt
|
|
|
|
test_*.txt
|
|
|
|
tv.txt
|
|
|
|
*_tv.txt
|
2015-09-07 19:14:57 -04:00
|
|
|
doxygen/
|
2017-04-24 17:14:38 -04:00
|
|
|
doc/crypt.pdf
|
|
|
|
doc/refman.pdf
|
2011-01-19 03:21:19 -05:00
|
|
|
|
|
|
|
# *nix/windows test executables
|
2014-07-15 09:45:39 -04:00
|
|
|
constants
|
|
|
|
constants.exe
|
2017-04-25 19:00:50 -04:00
|
|
|
ltcrypt
|
|
|
|
ltcrypt.exe
|
2014-07-13 08:41:07 -04:00
|
|
|
hashsum
|
|
|
|
hashsum.exe
|
2016-01-26 15:56:07 -05:00
|
|
|
multi
|
|
|
|
multi.exe
|
2017-06-08 15:32:10 -04:00
|
|
|
openssl-enc
|
|
|
|
openssl-enc.exe
|
2014-07-15 09:45:39 -04:00
|
|
|
sizes
|
|
|
|
sizes.exe
|
2014-07-13 08:41:07 -04:00
|
|
|
small
|
|
|
|
small.exe
|
2011-01-19 03:21:19 -05:00
|
|
|
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
|
|
|
|
2017-05-05 09:03:17 -04:00
|
|
|
# Eclipse special files
|
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
.settings/
|
|
|
|
|
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
|
2017-05-08 11:36:55 -04:00
|
|
|
libtomcrypt.pc
|
2014-05-24 18:24:53 -04:00
|
|
|
|
2017-05-10 07:54:05 -04:00
|
|
|
# output from doc generation
|
|
|
|
doxygen/
|
|
|
|
*.dvi
|
|
|
|
*.log
|
|
|
|
*.aux
|
|
|
|
*.toc
|
|
|
|
*.idx
|
|
|
|
*.ilg
|
|
|
|
*.ind
|
|
|
|
*.out
|
|
|
|
*.lof
|
|
|
|
*.bak
|
|
|
|
|
2015-08-30 11:17:05 -04:00
|
|
|
coverage/
|
|
|
|
coverage*.info
|
|
|
|
|
2014-05-24 18:24:53 -04:00
|
|
|
# coverity intermediate directory etc.
|
|
|
|
cov-int/
|
|
|
|
.coverity_*
|
|
|
|
libtomcrypt.lzma
|