diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-31 16:37:17 -0400 |
---|---|---|
committer | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-07-31 17:15:03 -0400 |
commit | 6ec4d4b6c695bf8b259da24ea7d61166a5a7f143 (patch) | |
tree | 3b6907c4534ffbcada9ea2d291eb3b4208fbd574 /.gitignore | |
parent | 0e7084b80d6f1c6ceaf6ebe59b0a20d3f8a54643 (diff) | |
download | stwcs_hcf-6ec4d4b6c695bf8b259da24ea7d61166a5a7f143.tar.gz |
Implement RELIC
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,13 +1,16 @@ # Compiled files *.py[co] *.a -*.o +RELIC-INFO +lib/*/version.py +build/ +dist/ +*.pyc *.so __pycache__ # Other generated files */version.py -lib/stwcs/version.py htmlcov MANIFEST .coverage |