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