X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=7cd83d2b485e22522c9f8970c40f7d0e96abb7a9;hb=4adcf9b6e9b0615ada2a2a651f05029a20621e4e;hp=1dbc687de014ee027b4e6c0d7f2a37ee7636137e;hpb=dff1667d18cdb86d14ec0296f09ba847a629927c;p=osm%2Fvim-emu.git diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 1dbc687..7cd83d2 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ __pycache__/ *.py[cod] *$py.class +#IDE +.idea/ + # C extensions *.so @@ -60,3 +63,9 @@ target/ #Ipython Notebook .ipynb_checkpoints + +#Pytest +.pytest.restart + +# JUnit xml +utils/ci/junit-xml/*.xml