Add tox folder to gitignore.
This commit is contained in:
parent
162416bfae
commit
4a7739ece6
1 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,4 +4,5 @@ dist/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*.egg-info
|
*.egg-info
|
||||||
.ropeproject
|
.ropeproject
|
||||||
|
.tox
|
||||||
src/
|
src/
|
Loading…
Reference in a new issue