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 tree is imported as a project into PyCharm.

Change-Id: Ia5665f398e64a608e90625e3bc804cb20a141d30
This commit is contained in:
Takashi NATSUME 2018-07-24 11:28:20 +09:00
parent aa36bdaca5
commit 3e3b3b1331
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -57,3 +57,6 @@ ChangeLog
# Files created by releasenotes build
releasenotes/build
# PyCharm IDE
.idea/