Merge "Copy gitignore from ironic"

This commit is contained in:
Jenkins 2015-08-24 13:49:34 +00:00 committed by Gerrit Code Review
commit bb507ebf19
1 changed files with 34 additions and 6 deletions

40
.gitignore vendored
View File

@ -1,10 +1,38 @@
.*.swp
# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
doc/source/api/
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
# Other
*.DS_Store
.idea
.testrepository
.tox
*.pyc
build/
dist/
*.egg-info/
.venv
.*.swp
.coverage
*~
cover
AUTHORS
ChangeLog
*.sqlite
*~
# Vagrant
.vagrant