diff options
author | James E. Blair <corvus@gnu.org> | 2019-06-08 14:19:35 -0700 |
---|---|---|
committer | James E. Blair <corvus@gnu.org> | 2019-06-08 14:28:18 -0700 |
commit | c44874cfa48bf00b83057033fc7800b35e157702 (patch) | |
tree | 052829810af7ecc0c85c94eb68404e492d2ee379 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..518522a --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,14 @@ | |||
1 | *~ | ||
2 | *.egg | ||
3 | *.egg-info | ||
4 | *.pyc | ||
5 | venv/ | ||
6 | .venv/ | ||
7 | .tox | ||
8 | __pycache__/ | ||
9 | AUTHORS | ||
10 | build/* | ||
11 | ChangeLog | ||
12 | doc/build/* | ||
13 | dist/ | ||
14 | .eggs/ | ||