diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ *.pyc *~ - -M2Crypto.egg-info/ -M2Crypto/__m2crypto*.so SWIG/_m2crypto.py SWIG/_m2crypto_wrap.c build/ +/dist +/M2Crypto/__m2crypto.so +/SWIG/_m2crypto.py +/M2Crypto.egg-info +/EGG-INFO tests/randpool.dat tests/sig.p7 tests/sig.p7s |