Fix VLAN range of setChain
[osm/vim-emu.git] / .gitignore
old mode 100644 (file)
new mode 100755 (executable)
index 1dbc687..e59451b
@@ -3,6 +3,15 @@ __pycache__/
 *.py[cod]
 *$py.class
 
+#IDE
+.idea/
+
+# virtualenv
+venv
+
+# vagrant
+.vagrant/
+
 # C extensions
 *.so
 
@@ -60,3 +69,9 @@ target/
 
 #Ipython Notebook
 .ipynb_checkpoints
+
+#Pytest
+.pytest.restart
+
+# JUnit xml
+utils/ci/junit-xml/*.xml