Merge pull request #38 from cgeoffroy/pr-bootsrap_ci
[osm/vim-emu.git] / .gitignore
old mode 100644 (file)
new mode 100755 (executable)
index 1dbc687..fc2456c
@@ -3,6 +3,7 @@ __pycache__/
 *.py[cod]
 *$py.class
 
+
 # C extensions
 *.so
 
@@ -60,3 +61,9 @@ target/
 
 #Ipython Notebook
 .ipynb_checkpoints
+
+#Pytest
+.pytest.restart
+
+# JUnit xml
+utils/ci/junit-xml/*.xml
\ No newline at end of file