ironic/.gitignore
jiangwt100 3b560c3a30 Modify gitignore to ignore sqlite
Prevent generated sqlite files from being imported.

Change-Id: I76a94a948559d40ee80a10fc2ac8ad45138bac9b
2013-07-15 21:51:04 +08:00

34 lines
273 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