magnum/.gitignore
OTSUKA, Yuanying d35affa2b6 Add functional_creds.conf to .gitignore
This patch adds two files to .gitignore.
*  `functional_creds.conf` is used for functional test
* `functional-tests.log` is generated by functional test

Change-Id: Ie21e8e20078770746117a8976444d9a72fd45d55
Closes-Bug: #1508797
2015-10-22 16:55:06 +09:00

61 lines
547 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
cover
.tox
nosetests.xml
.testrepository
.venv
# Functional test
functional-tests.log
functional_creds.conf
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
*.DS_Store