Add more testing directories to .gitignore

This commit is contained in:
Davis Goglin 2016-03-30 13:47:16 -07:00
parent 39da32ca85
commit 5ecae9d585
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -12,5 +12,10 @@ temp
# packaging and testing # packaging and testing
.tox/ .tox/
*.egg-info/ *.egg-info/
.eggs/
build/ build/
dist/ dist/
.coverage
# testing temporary directories
test/test-cli-output/