Updated .gitignore to ignore .pyc files
authorNeil Smith <neil.git@njae.me.uk>
Thu, 17 Oct 2013 14:36:20 +0000 (15:36 +0100)
committerNeil Smith <neil.git@njae.me.uk>
Thu, 17 Oct 2013 14:36:20 +0000 (15:36 +0100)
.gitignore
__pycache__/cipher.cpython-33.pyc [deleted file]
__pycache__/norms.cpython-33.pyc [deleted file]

index e9895a208487151845484969e481f1ae1a3364a0..715720a6aa49014d6eb7b0af09cba5830fb9bd8e 100644 (file)
@@ -2,4 +2,6 @@
 *doc
 *log
 /tmp
+/__pycache__/*
+*pyc
 
diff --git a/__pycache__/cipher.cpython-33.pyc b/__pycache__/cipher.cpython-33.pyc
deleted file mode 100644 (file)
index e799599..0000000
Binary files a/__pycache__/cipher.cpython-33.pyc and /dev/null differ
diff --git a/__pycache__/norms.cpython-33.pyc b/__pycache__/norms.cpython-33.pyc
deleted file mode 100644 (file)
index ea0f657..0000000
Binary files a/__pycache__/norms.cpython-33.pyc and /dev/null differ