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
This commit is contained in:
Botond Zoltán 2017-03-28 08:42:55 +02:00
parent 9327d2f859
commit 0d30268de6
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -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