aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorjuraj.linkes <juraj.linkes@pantheon.tech>2018-05-03 10:55:57 +0200
committerjuraj.linkes <juraj.linkes@pantheon.tech>2018-05-03 11:10:41 +0200
commit7e42265e5b4aceba0b830977ed014b636d2df1f5 (patch)
tree857b24a43ff6eb59d93f5297141913780a8adc6f /.gitignore
parent3acc992d8774e1b65c1e6d8c7147a204c1af6436 (diff)
Added .idea to .gitignore
Useful for devs using PyCharm or other IDEA based IDE. Change-Id: I6edaed293e9214e9370bad67d2321c5113ca7f41 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 304828a8ad..2d27b2c9bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ report.html
*.pyc
*~
*.log
+.idea