summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2018-01-08 23:59:01 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-08 23:59:01 +0000
commit0700062b04ad49431fbebcfd7c44d4013d654bfe (patch)
tree4e5a58764801fb1cfbeed062b8ed036c93a460c4
parent48d41db0824f86b0594088303c792633f977719d (diff)
parentc260dc7df550c12887fda2ca363de6131465db63 (diff)
Merge "Add .gitignore and .gitreview"
-rw-r--r--.gitignore66
-rw-r--r--.gitreview4
2 files changed, 70 insertions, 0 deletions
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