libtomcrypt/.gitignore

105 lines
1.3 KiB
Plaintext
Raw Normal View History

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