Initial .gitignore and .gitreview
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:58:31 +0000 (12:58 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 20:00:28 +0000 (13:00 -0700)
Change-Id: I71280521df7727747daf47b662356292164a076e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..a7cb9e3
--- /dev/null
@@ -0,0 +1,38 @@
+*,~
+.*.sw?
+/docs_build/
+/docs_output/
+/releng/
+.idea
+*.py[cod]
+
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+wheels/
+*.egg-info/
+.installed.cfg
+*.egg
+.venv/
+venv/
+ENV/
+node_modules/
+.coverage
+=1.3.1
+cover/
+coverage.xml
+nosetests.xml
+testapi_venv/
+.cache
+.tox
+*.retry
+job_output/
diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..77d5a73
--- /dev/null
@@ -0,0 +1,6 @@
+[gerrit]
+host=gerrit.opnfv.org
+port=29418
+project=releng-xci.git
+defaultbranch=master
+