From: Neil Smith Date: Thu, 17 Oct 2013 14:36:20 +0000 (+0100) Subject: Updated .gitignore to ignore .pyc files X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=3fe4c09ea799386583e75f18b25fb69e08191259;p=cipher-tools.git Updated .gitignore to ignore .pyc files --- diff --git a/.gitignore b/.gitignore index e9895a2..715720a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 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 index ea0f657..0000000 Binary files a/__pycache__/norms.cpython-33.pyc and /dev/null differ