aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-18 22:08:56 +0200
committerSimon Warta <[email protected]>2015-07-18 22:08:56 +0200
commit4ed3067d89f7c423587baa7613ebe0bf211bd8a1 (patch)
treee54716951654da0ae7db31f8bfcf4598747a33ee
parent59fcb1b69d37148ff46fad0499d2a73c4181883f (diff)
parentb432fdde7435c488dcc3175f662a5f68533d63f0 (diff)
Merge pull request #209 from webmaster128/ignore-pyc
Ignore *.pyc
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d2b351315..fa2411a30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,8 @@ botan-test
*.orig
*.rej
+# Python cache
+*.pyc
# Amalgamation code
botan_all.h