aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-06 19:25:52 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-06 19:31:02 -0700
commitc62e91f3eca01c7e06974994fc16bce06fbffabf (patch)
tree4372729eaf6f3f6b3fdd43baa882270f6373bd82 /.gitignore
parent8d7fb752184873f2aa3c2cc375d1556d43920d1b (diff)
downloadcryptography-c62e91f3eca01c7e06974994fc16bce06fbffabf.tar.gz
cryptography-c62e91f3eca01c7e06974994fc16bce06fbffabf.tar.bz2
cryptography-c62e91f3eca01c7e06974994fc16bce06fbffabf.zip
Initial commit. Migrates over basic project files, and the OpenSSL bindings
from OpenTLS.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..5d29a9f4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.py[co]
+__pycache__/
+_build/