Merge "Testing related items added to .gitignore"
This commit is contained in:
commit
5192e7846a
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,10 +1,8 @@
|
||||
# Python files
|
||||
.venv
|
||||
*.pyc
|
||||
/build/
|
||||
/dist/
|
||||
/tools/yyoomc
|
||||
.coverage
|
||||
*.egg-info
|
||||
|
||||
doc/source/sourcecode
|
||||
@ -30,6 +28,14 @@ TAGS
|
||||
pycharm-debug.egg
|
||||
pycharm-debug.py
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
.venv
|
||||
cover
|
||||
.testrepository
|
||||
htmlcov
|
||||
|
||||
# Temp and status files
|
||||
*.db
|
||||
|
Loading…
x
Reference in New Issue
Block a user