From 0d30268de6815961366d98ab6ab88f75598c2c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20Zolt=C3=A1n?= Date: Tue, 28 Mar 2017 08:42:55 +0200 Subject: [PATCH] Add .idea pattern to .gitignore The .idea directoy is used by pycharm and should not be included in the change list. The change extends the .gitignore file to avoid .idea directory to be shown in the change list. Change-Id: I439619d053439fa66ebf74a054d99b1378fb1733 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 647a561585..073858cded 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ cover .pydevproject doc/source/api/ etc/heat/heat.conf.sample +.idea # integration tests requirements are auto-generated from stub file heat_integrationtests/requirements.txt