glance/.gitignore
ling-yun 4f0956c41b ignore .idea folder in glance
If we use JetBrains PyCharm as python develop tool, JetBrains PyCharm
would automatically generate its config folder name .idea in the root
dir of your python code.
Many Code projects, such as nova and cinder, have ignore .idea folder.
Project glance should also ignore .idea folder.

Change-Id: I1e3ba1936c8b918aa4669c2d7fceac23a23ca974
Closes-Bug: #1362451
2014-08-29 08:04:48 +08:00

28 lines
302 B
Plaintext

*.pyc
*.swp
*.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
# Files created by doc build
doc/source/api
# IDE files
.project
.pydevproject
.idea