d30b0619bb
Now the gitignore file do not ignore .tox, this patch fix it Change-Id: I1409a0b66d103a1d96622dd4add32b03478df043
36 lines
436 B
Plaintext
36 lines
436 B
Plaintext
eggs/
|
|
.eggs/
|
|
develop-eggs/
|
|
*.egg-info/
|
|
*.egg
|
|
*~
|
|
*.orig
|
|
*.pyc
|
|
*.swp
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.venv
|
|
.idea
|
|
.tox
|
|
coverage.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
reports
|
|
muranodashboard/local/local_settings.py
|
|
muranodashboard/settings.py
|
|
/static/
|
|
docs/build/
|
|
docs/source/sourcecode
|
|
build
|
|
dist
|
|
|
|
# Autogenerated Documentation
|
|
doc/source/api
|
|
|
|
# Tests
|
|
muranodashboard/test/functional/config/config.conf
|
|
node_modules
|
|
npm-debug.log
|