aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-08 17:03:12 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-08 17:03:12 -0800
commitc958f0cf3388029558b38b02cd7debdbcc2bd825 (patch)
tree1ad382df7ca1f9371284f757594b365b7bce05ae /.gitignore
parent47926baa626d70e68f1fe194d72d94e79522e90a (diff)
parentd24af7e0d8940b40b1be4e07a7134317b4c7c034 (diff)
downloadcryptography-c958f0cf3388029558b38b02cd7debdbcc2bd825.tar.gz
cryptography-c958f0cf3388029558b38b02cd7debdbcc2bd825.tar.bz2
cryptography-c958f0cf3388029558b38b02cd7debdbcc2bd825.zip
Merge pull request #434 from rgbkrk/minusix
Ignore six eggs, not a full dozen
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1425b3b3..df99ee0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,5 +8,6 @@ _build/
cffi-*.egg
pycparser-*.egg
pytest-*.egg
+six-*.egg
dist/
htmlcov/