From 7adf90d3609b8066ab2c5b7e68bcb1c1f7e53b65 Mon Sep 17 00:00:00 2001 From: peusterm Date: Mon, 14 Mar 2016 15:24:49 +0100 Subject: [PATCH 1/1] Added IDE folder to ignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc2456c..7cd83d2 100755 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ __pycache__/ *.py[cod] *$py.class +#IDE +.idea/ # C extensions *.so @@ -66,4 +68,4 @@ target/ .pytest.restart # JUnit xml -utils/ci/junit-xml/*.xml \ No newline at end of file +utils/ci/junit-xml/*.xml -- 2.17.1