Additions to .gitignore

Installing or testing glance adds several files that are not currently
ignored by git, leading to cluttered displays of modified files.  This
causes the 'build', 'dist', and 'glance.egg-info' directories to be
ignored, reducing the clutter.

Change-Id: I3f0ca3f99fcf6cfe0480fbf5755908ee411552ea
This commit is contained in:
Kevin L. Mitchell 2011-10-13 13:09:35 -05:00
parent 6aacf2388a
commit 9385a39bec

5
.gitignore vendored
View File

@ -2,5 +2,8 @@
*.swp
*.log
.glance-venv
tests.sqlite
build
dist
glance.egg-info
glance/vcsversion.py
tests.sqlite