openstacksdk/.gitignore
TerryHowe 1ef03af3f0 Remove clouds.yaml from gitignore
I keep my clouds.yaml file in my .config directory and not in
the development area.  I'm not sure why we should ignore this.

Change-Id: I0d025e9d7007e183adb729251aa402f3c3826b1e
2015-05-12 20:47:07 +00:00

53 lines
455 B
Plaintext

*.py[cod]
.venv
# 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
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp