murano-dashboard/.gitignore
zhu.rong d30b0619bb Update the gitignore file to ignore .tox
Now the gitignore file do not ignore .tox, this patch fix it

Change-Id: I1409a0b66d103a1d96622dd4add32b03478df043
2015-08-06 10:53:02 +08:00

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