aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-27 07:58:39 -0430
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-27 07:58:39 -0430
commitbd08799bcce99b94250ad3b3313826651c8c0181 (patch)
tree5525cf0e6ae7fb26d13035d88de8f156c9b9a5c0
parentd8c8f7cde6b43d08f39cd11cd2e2dd3ed7feb5a5 (diff)
parentcb97a1822468c719e348cfa7b4bca27ba6bbc2f1 (diff)
downloadcryptography-bd08799bcce99b94250ad3b3313826651c8c0181.tar.gz
cryptography-bd08799bcce99b94250ad3b3313826651c8c0181.tar.bz2
cryptography-bd08799bcce99b94250ad3b3313826651c8c0181.zip
Merge pull request #695 from Ivoz/cffi-ignore
Ignore build/ folder and _cffi__*'s
-rw-r--r--.gitignore10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 3fe3c942..983c119c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,12 @@
-*.py[co]
__pycache__/
_build/
+build/
+dist/
+htmlcov/
+cryptography/_cffi__*
.tox/
.cache/
-*.egg-info/
.coverage
+*.egg-info/
*.egg
-dist/
-htmlcov/
+*.py[co]