diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-04 08:05:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-04 08:05:36 +0300 |
commit | 7a24ebcdb6fc3d714c4f431978e3510bb78b2142 (patch) | |
tree | d16c0055be98efe673214edc095a0679529d7868 | |
parent | remove redundant file suffixes (diff) | |
download | aes-tools-7a24ebcdb6fc3d714c4f431978e3510bb78b2142.tar.gz aes-tools-7a24ebcdb6fc3d714c4f431978e3510bb78b2142.zip |
add .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ |