summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-12-06 13:08:54 +0100
committerMatěj Cepl <mcepl@cepl.eu>2016-12-13 17:52:16 +0100
commitf7896d4ece3eeb47cf9a2f85105dcb8417136252 (patch)
treed74f31d864ac3dd839c062806cf77f3c08de1f5a /.gitignore
parent3dfc27a5dbf2b05cc13044b1af553f80458065a3 (diff)
downloadm2crypto-f7896d4ece3eeb47cf9a2f85105dcb8417136252.tar.gz
Fix the commit to the current master branch.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 7 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 744a3c9..f252735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,12 @@
*.pyc
*~
-build/
+/build
/dist
-/M2Crypto/__m2crypto*.so
-/M2Crypto/_m2crypto.py
+/M2Crypto/*_m2crypto*.so
/M2Crypto.egg-info
-.eggs/
+/.eggs/
/EGG-INFO
-tests/randpool.dat
-tests/sig.p7
-tests/sig.p7s
-tests/tmpcert.der
+/tests/randpool.dat
+/tests/sig.p7
+/tests/sig.p7s
+/tests/tmpcert.der