Also consider tag 4095
[osm/vim-emu.git] / .gitignore
index 6b050ca..e59451b 100755 (executable)
@@ -3,6 +3,14 @@ __pycache__/
 *.py[cod]
 *$py.class
 
+#IDE
+.idea/
+
+# virtualenv
+venv
+
+# vagrant
+.vagrant/
 
 # C extensions
 *.so
@@ -64,3 +72,6 @@ target/
 
 #Pytest
 .pytest.restart
+
+# JUnit xml
+utils/ci/junit-xml/*.xml