From c06f2ed42e8c6c4666ef4c06da93b2fbb50821b3 Mon Sep 17 00:00:00 2001 From: Dustin Schoenbrun Date: Wed, 27 Jun 2018 17:58:35 -0400 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fd16e16..0da2011 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ ChangeLog # Editors *~ .*.swp + +# PyCharm IDE +.idea/