pqc/.gitignore

49 lines
379 B
Plaintext
Raw Permalink Normal View History

2014-03-31 19:33:24 +00:00
# doxygen
html/
latex/
# source
*.so*
*.la
*.a
*.o
2014-05-19 20:31:22 +00:00
*.d
2014-03-31 19:33:24 +00:00
2014-05-27 23:12:01 +00:00
# junk
blah.txt
core
html.zip
priv.key
pub.key
.ycm_extra_conf.py
.ycm_extra_conf.pyc
*.orig
vgcore*
core
tags
2014-06-05 16:16:35 +00:00
src/priv*
src/pub*
testfiles/
install/
*.png
*.ods
*.pdf
2014-06-05 17:13:52 +00:00
*.dec
*.enc
tests/test-file.out
tests/ntru_cunit
2014-03-31 19:33:24 +00:00
# tmp files
*~
*.swp
*.swo
2014-04-15 12:27:06 +00:00
# currently masked
src/main.c
src/main
2014-04-23 11:28:18 +00:00
2014-05-03 11:18:15 +00:00
./.settings/org.eclipse*
2014-05-19 20:31:22 +00:00
.project