Skip to content

Commit c34ee04

Browse files
committed
Update .gitignore
1 parent 77d58cf commit c34ee04

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitignore

+10-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
__pycache__/
33
*.py[doc]
44

5+
# generated when testing
6+
/.tox/
7+
/.coverage
8+
/xunit-py33.xml
9+
/xunit-py34.xml
10+
511
# generated by setup.py and pip
6-
agarnet.egg-info/
7-
build/
8-
dist/
9-
MANIFEST
12+
/agarnet.egg-info/
13+
/build/
14+
/dist/
15+
/MANIFEST

0 commit comments

Comments
 (0)