From c260dc7df550c12887fda2ca363de6131465db63 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 20 Dec 2017 23:40:56 +0100 Subject: Add .gitignore and .gitreview Change-Id: Ia4a79ed3e0712b22cb1cb57d9dc718bec6eb2020 Signed-off-by: Fatih Degirmenci --- .gitignore | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .gitreview | 4 ++++ 2 files changed, 70 insertions(+) create mode 100644 .gitignore create mode 100644 .gitreview diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b73728 --- /dev/null +++ b/.gitignore @@ -0,0 +1,66 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*.confc + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +eggs/ +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 +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo +*.pot + +# Log files: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# SublimeText +*.sublime-project +*.sublime-workspace + +*~ +.*.sw? +/docs_build/ +/docs_output/ +/releng/ + +# macos preview +.DS_Store diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..9f94f15 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.opnfv.org +port=29418 +project=pharos-tools.git -- cgit 1.2.3-korg