4f0956c41b
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
28 lines
302 B
Plaintext
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 |