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

Change-Id: I3034c91dc9eafd3a7e0a99b54c4c7da1136c599a
This commit is contained in:
Dustin Schoenbrun 2018-06-27 17:58:35 -04:00
parent f90220ea18
commit c06f2ed42e
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -34,3 +34,6 @@ ChangeLog
# Editors
*~
.*.swp
# PyCharm IDE
.idea/