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
This commit is contained in:
ling-yun 2014-08-28 15:38:56 +08:00
parent 640dd1ee89
commit 4f0956c41b
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ doc/source/api
# IDE files
.project
.pydevproject
.idea