diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2018-05-03 10:55:57 +0200 |
---|---|---|
committer | juraj.linkes <juraj.linkes@pantheon.tech> | 2018-05-03 11:10:41 +0200 |
commit | 7e42265e5b4aceba0b830977ed014b636d2df1f5 (patch) | |
tree | 857b24a43ff6eb59d93f5297141913780a8adc6f | |
parent | 3acc992d8774e1b65c1e6d8c7147a204c1af6436 (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>
-rw-r--r-- | .gitignore | 1 |
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 |