X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=7cd83d2b485e22522c9f8970c40f7d0e96abb7a9;hb=4adcf9b6e9b0615ada2a2a651f05029a20621e4e;hp=6b050ca637d8b2c033fbb0442ff3d2c52d2a3b04;hpb=840f1795465dfa8927ea3857a864ca8b6fe5588f;p=osm%2Fvim-emu.git diff --git a/.gitignore b/.gitignore index 6b050ca..7cd83d2 100755 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ __pycache__/ *.py[cod] *$py.class +#IDE +.idea/ # C extensions *.so @@ -64,3 +66,6 @@ target/ #Pytest .pytest.restart + +# JUnit xml +utils/ci/junit-xml/*.xml