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