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