From: shangxdy Date: Fri, 10 Mar 2017 17:26:29 +0000 (+0800) Subject: Add top level git ignore files X-Git-Tag: danube.1.0~4 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ea9d47bbd0a06d0cca1738f244ab8b30e57ed9c6;p=parser.git Add top level git ignore files Add more git ignore files for convenient use before submit. Change-Id: I133988323f8e1193efcde31cd6dd6c3f298c52d3 Signed-off-by: shangxdy --- 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