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