X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=.gitignore;h=e59451b436ead7910c6a7bec7cb0814f5999d595;hp=5cbc2c645205e398b5d7e0ba50cf10a3e57d82e3;hb=f8fcdac855e460eceab9e79466bb77640ea9fba1;hpb=726a45874fda781f19d1bc1c21b18ba8526e2c19 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 5cbc2c6..e59451b --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,14 @@ __pycache__/ *.py[cod] *$py.class +#IDE +.idea/ + +# virtualenv +venv + +# vagrant +.vagrant/ # C extensions *.so @@ -62,3 +70,8 @@ target/ #Ipython Notebook .ipynb_checkpoints +#Pytest +.pytest.restart + +# JUnit xml +utils/ci/junit-xml/*.xml