deb-glance/.gitignore
Kent Wang 959c55e2dd Prevents swap files from being found by Git
Since swap files can range from *.saa to *.swp, all of these extensions
are now ignored by Git.

Change-Id: I373a98b47002f7eede52b7091dde6ad820b8dfc3
Closes-Bug: #1255865
2015-02-19 07:59:34 -08:00

36 lines
392 B
Plaintext

*.pyc
*.log
.glance-venv
.venv
.testrepository/
.tox
.coverage*
cover/*
nosetests.xml
coverage.xml
glance.sqlite
AUTHORS
ChangeLog
build
doc/source/api
dist
*.egg
glance.egg-info
tests.sqlite
glance/versioninfo
# Swap files range from .saa to .swp
*.s[a-w][a-p]
# Files created by doc build
doc/source/api
# IDE files
.project
.pydevproject
.idea
.e4p
.eric5project/
.issues/
.ropeproject