Copy .gitignore from Ironic

Could get painful without it. :)

Change-Id: Ib387b59ae8d02c4051a02e6286b88b5dad091431
This commit is contained in:
Jim Rollenhagen 2015-04-01 06:44:30 -07:00
parent 230cfe9638
commit c05a3608d1
1 changed files with 34 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
# 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
.testrepository
.tox
.venv
.*.swp
.coverage
cover
AUTHORS
ChangeLog
*.sqlite
*~