X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=.gitignore;h=fc2456cafecbd3378b4b00b90782b64cc289adf6;hp=1dbc687de014ee027b4e6c0d7f2a37ee7636137e;hb=233754a507b3ae63700afb34d6da1abbc17cdda9;hpb=dff1667d18cdb86d14ec0296f09ba847a629927c diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 1dbc687..fc2456c --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ *.py[cod] *$py.class + # C extensions *.so @@ -60,3 +61,9 @@ target/ #Ipython Notebook .ipynb_checkpoints + +#Pytest +.pytest.restart + +# JUnit xml +utils/ci/junit-xml/*.xml \ No newline at end of file