From 7e2b218d25157527121b40040e921134fdea3c21 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 24 Jul 2018 11:34:08 +0900 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 masakari-monitors tree is imported as a project into PyCharm. Change-Id: I0b9280e645759c0bcbda3e8a562bd1b70d817c82 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 963e589..8d9f6ea 100644 --- a/.gitignore +++ b/.gitignore @@ -55,4 +55,7 @@ ChangeLog .*sw? # Files created by releasenotes build -releasenotes/build \ No newline at end of file +releasenotes/build + +# PyCharm IDE +.idea/