Copy gitignore from ironic

Change-Id: I9dafa27ff3ea325312d158f0388c004e230c06a1
This commit is contained in:
Dmitry Tantsur 2015-08-13 16:50:58 +02:00
parent cf58f63ab4
commit 61b78a8314
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 .tox
*.pyc .venv
build/ .*.swp
dist/
*.egg-info/
.coverage .coverage
*~ cover
AUTHORS AUTHORS
ChangeLog ChangeLog
*.sqlite
*~
# Vagrant
.vagrant