diff options
author | vg <vgm+dev@devys.org> | 2019-05-21 15:35:48 +0200 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2019-05-21 15:35:48 +0200 |
commit | 89f066b81671df29772be31804af3c531f58cec1 (patch) | |
tree | 93c403e3c4ab0141345362abe293485bd18f9439 /.gitignore | |
download | acme-dns-tiny-89f066b81671df29772be31804af3c531f58cec1.tar.gz acme-dns-tiny-89f066b81671df29772be31804af3c531f58cec1.tar.bz2 acme-dns-tiny-89f066b81671df29772be31804af3c531f58cec1.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d74053 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.log +__pycache__ +*.pyc +build +*.build +cache +*.cache +*.retry |