aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-13 13:48:47 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-13 13:48:47 -0800
commit22c93731006b070a677ed952405d9cf3b8043ab5 (patch)
treea1e38c5f7e456b6598758d75435228ed38afa30b /.gitignore
parentc2cddd2b1f0bd935ed53ee49446e268d9bf874e7 (diff)
downloadcryptography-22c93731006b070a677ed952405d9cf3b8043ab5.tar.gz
cryptography-22c93731006b070a677ed952405d9cf3b8043ab5.tar.bz2
cryptography-22c93731006b070a677ed952405d9cf3b8043ab5.zip
Added .cache/ to the gitignore, it shows up if you have pytest-cache installed
Diffstat (limited to '.gitignore')
-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/