bifrost/.gitignore
Peter Martini 129ec60970 Add `logs' from test-bifrost to .gitignore
The directory is created during a test-bifrost.sh and so
shouldn't be watched by git.

Change-Id: Iab7cf67ef66c157139fd89dbd889fb2e8f161771
2015-07-03 12:42:01 -04:00

58 lines
500 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
_build
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# test-bifrost log output
logs