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

Change-Id: I1e185976f9d1467eefe96548a2e090d1dd30ffca
This commit is contained in:
Dustin Schoenbrun 2018-06-27 15:32:06 -04:00
parent 4c99f09457
commit 2cbcae3e25
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/