diff options
author | Simon Warta <[email protected]> | 2015-07-18 22:08:56 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-18 22:08:56 +0200 |
commit | 4ed3067d89f7c423587baa7613ebe0bf211bd8a1 (patch) | |
tree | e54716951654da0ae7db31f8bfcf4598747a33ee | |
parent | 59fcb1b69d37148ff46fad0499d2a73c4181883f (diff) | |
parent | b432fdde7435c488dcc3175f662a5f68533d63f0 (diff) |
Merge pull request #209 from webmaster128/ignore-pyc
Ignore *.pyc
-rw-r--r-- | .gitignore | 2 |
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 |