Add .tox dir to .gitignore
This commit adds .tox directory to .gitignore because we don't need to track it. Change-Id: I289c7b58ff1d55932ccb28d71bcdafde46fda3de
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
|||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
|
.tox
|
||||||
output/*.html
|
output/*.html
|
||||||
output/*.json
|
output/*.json
|
||||||
config.js
|
config.js
|
||||||
|
Reference in New Issue
Block a user