X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=.gitignore;h=4bb3f2d095d2b7f9a8befc9f34c877f39357b3ff;hb=refs%2Fchanges%2F03%2F30703%2F4;hp=33a0451bb83fa4de6ffaed6c59b234dcf7524ff4;hpb=920592786aabee78752cf35a293a74151b9f3c8b;p=parser.git diff --git a/.gitignore b/.gitignore index 33a0451..4bb3f2d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,66 @@ /docs_build/ /docs_output/ /releng/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.testrepository/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# misc files +AUTHORS +ChangeLog