diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-22 16:35:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-22 16:35:43 +0200 |
commit | a57c8f61591d3d9041c1eab356c397b9891f5ba4 (patch) | |
tree | 7540f91240063b1096947ca7b45971b681a16e50 /.gitignore | |
download | gemato-a57c8f61591d3d9041c1eab356c397b9891f5ba4.tar.gz |
Initial checkout, with a basic hash backend
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..211b215 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__ +*.pyc +/.tox +/MANIFEST |