Added a first version of a Vagrant file to automatically create a VM to
[osm/vim-emu.git] / .gitignore
old mode 100644 (file)
new mode 100755 (executable)
index 5cbc2c6..51aa756
@@ -3,6 +3,11 @@ __pycache__/
 *.py[cod]
 *$py.class
 
+#IDE
+.idea/
+
+# vagrant
+.vagrant/
 
 # C extensions
 *.so
@@ -62,3 +67,8 @@ target/
 #Ipython Notebook
 .ipynb_checkpoints
 
+#Pytest
+.pytest.restart
+
+# JUnit xml
+utils/ci/junit-xml/*.xml