From 2cbcae3e257fb1b43803f1efb340201552152ba9 Mon Sep 17 00:00:00 2001 From: Dustin Schoenbrun Date: Wed, 27 Jun 2018 15:32:06 -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-tempest-plugin git tree is imported as a project into PyCharm. Change-Id: I1e185976f9d1467eefe96548a2e090d1dd30ffca --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 59b35f50..9ab095e8 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,6 @@ ChangeLog # Files created by releasenotes build releasenotes/build + +# PyCharm IDE +.idea/