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