X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=4bb3f2d095d2b7f9a8befc9f34c877f39357b3ff;hb=4acb042de77d187199a233b0bd3886047dac8289;hp=2884629e6deb7a9097f2227b66dafd8bb4e614c8;hpb=879f32a9c48cb9f59b9b0c322cecc58f7ac824d1;p=parser.git diff --git a/.gitignore b/.gitignore index 2884629..4bb3f2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,68 @@ *~ .*.sw? -/build/ -/output/ +/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