From: Andrew Grimberg Date: Tue, 7 Mar 2017 21:53:48 +0000 (-0800) Subject: Setup .git{review,ignore} X-Git-Tag: v0.1.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=845c57f01aa18f13792de918dea411ad9972329f;p=releng%2Fglobal-jjb.git Setup .git{review,ignore} Change-Id: I7ab3bfd593199488cbfe1f81377dd021bb586d0a Signed-off-by: Andrew Grimberg --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..53704da6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Ignore Vim temporary files +.*.sw? + +# Ignore changes to the JJB Configuration File +jenkins.ini + +# Ignore Sandbox temporary files +jjb/*/releng-*.yaml + +# Maven +target/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project + +# Python +.tox/ +__pycache__/ +*.pyc diff --git a/.gitreview b/.gitreview new file mode 100644 index 00000000..6b37ed16 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.linuxfoundation.org +port=29418 +project=releng/global-jjb.git +defaultbranch=master