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