Add line for PyCharm IDE in gitignore file

There was no entry in the gitignore file for JetBrains IDEs like PyCharm.
This patch adds an entry to ignore the .idea directory that is created
when the masakari-monitors tree is imported as a project into PyCharm.

Change-Id: I0b9280e645759c0bcbda3e8a562bd1b70d817c82
This commit is contained in:
Takashi NATSUME 2018-07-24 11:34:08 +09:00
parent 2171a824bb
commit 7e2b218d25
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -55,4 +55,7 @@ ChangeLog
.*sw?
# Files created by releasenotes build
releasenotes/build
releasenotes/build
# PyCharm IDE
.idea/