ironic/.gitignore
Robert Collins 5e5bdc1e89 Ignore backup files
We never want to add these to the tree.

Change-Id: I04690af7cd1be0a7c742525ed31e5615287a6889
2014-09-04 14:59:19 +12:00

35 lines
276 B
Plaintext

# 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
*~