X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=7cd83d2b485e22522c9f8970c40f7d0e96abb7a9;hb=4adcf9b6e9b0615ada2a2a651f05029a20621e4e;hp=ba74660506d90c514ee1d32bf4eb5ecb0af14075;hpb=003b0cd9ec36237458cb63da11faae49b9634bde;p=osm%2Fvim-emu.git diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index ba74660..7cd83d2 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] +*$py.class + +#IDE +.idea/ # C extensions *.so @@ -42,6 +46,7 @@ htmlcov/ nosetests.xml coverage.xml *,cover +.hypothesis/ # Translations *.mo @@ -55,3 +60,12 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints + +#Pytest +.pytest.restart + +# JUnit xml +utils/ci/junit-xml/*.xml