0808b5e760
This commit adds .tox directory to .gitignore because we don't need to track it. Change-Id: I289c7b58ff1d55932ccb28d71bcdafde46fda3de
10 lines
85 B
Plaintext
10 lines
85 B
Plaintext
*.pyc
|
|
*.swo
|
|
*.swp
|
|
*~
|
|
.tox
|
|
output/*.html
|
|
output/*.json
|
|
config.js
|
|
bugdaystats.egg-info
|