murano-dashboard/.gitignore
zhurong 3ab6c00a50 Add cover dir to gitignore
When we using tox -ecover, there will auto generate reports to cover dir,
We should ignore this.

Change-Id: Ic803063cb9ef5de2adcdd5cdc80199ccf16fe7c0
2016-08-17 16:21:37 +00:00

43 lines
512 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/
doc/build/
doc/source/sourcecode
build
dist
cover
# Ignore i18n compiled files
*.mo
# Autogenerated Documentation
doc/source/api
# Tests
muranodashboard/tests/functional/config/config.conf
node_modules
npm-debug.log
# RElease NOtes
releasenotes/build