Merge pull request #54 from mpeuster/master
[osm/vim-emu.git] / .gitignore
index 6b050ca..7cd83d2 100755 (executable)
@@ -3,6 +3,8 @@ __pycache__/
 *.py[cod]
 *$py.class
 
+#IDE
+.idea/
 
 # C extensions
 *.so
@@ -64,3 +66,6 @@ target/
 
 #Pytest
 .pytest.restart
+
+# JUnit xml
+utils/ci/junit-xml/*.xml