Add .idea folder to gitignore

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomáš Hrčka 2019-02-21 11:26:26 +01:00
commit fc6dad763c

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ pylint-log
.vagrant
tests/pylint/.pylint.d/
*.pyc
.idea/