bifrost/.gitignore
KaiFeng Wang 1b8ab72ba1 Update .gitignore
This patch updates two exclude rules to .gitignore:

1. Exclude .idea directory created by some IDEs based
   on IntelliJ.
2. Exclude .DS_Store generated by MacOS system.

Change-Id: If89c73f30c14fee5a92e21ee97a0545c6a1067d9
2017-08-03 10:07:01 +08:00

73 lines
819 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
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
#Files created by release notes generation
releasenotes/build
# Ansible retry files
*.retry
# Ansible modules that may be downloaded during env-setup.sh
playbooks/library/os_ironic.py
playbooks/library/os_ironic_node.py
playbooks/library/os_ironic_inspect.py
playbooks/library/os_keystone_service.py
# Other
*.DS_Store
.idea