aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-13 14:52:21 -0800
committerDavid Reid <dreid@dreid.org>2013-11-13 14:52:21 -0800
commita502c5009f1fd4a0def66a17f890b6f9c5602bd5 (patch)
treea1e38c5f7e456b6598758d75435228ed38afa30b
parentc2cddd2b1f0bd935ed53ee49446e268d9bf874e7 (diff)
parent22c93731006b070a677ed952405d9cf3b8043ab5 (diff)
downloadcryptography-a502c5009f1fd4a0def66a17f890b6f9c5602bd5.tar.gz
cryptography-a502c5009f1fd4a0def66a17f890b6f9c5602bd5.tar.bz2
cryptography-a502c5009f1fd4a0def66a17f890b6f9c5602bd5.zip
Merge pull request #259 from alex/gitignore
Added .cache/ to the gitignore, it shows up if you have pytest-cache ins...
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5d187cfe..9b8c49ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
__pycache__/
_build/
.tox/
+.cache/
*.egg-info/
.coverage
cffi-*.egg/