From: Andrew Grimberg Date: Tue, 8 Aug 2017 22:01:40 +0000 (-0700) Subject: Setup initial .gitreview and .gitignore X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=def9ccd408dbbae29ad29789a3d896a65fe86e7c;p=releng%2Fci-workshop.git Setup initial .gitreview and .gitignore Configure new repository with .gitreview and .gitignore Change-Id: I8251a6d0ae1da9f50be57160795055b5c8d3a413 Signed-off-by: Andrew Grimberg --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..878f372 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Ignore Vim temporary files +.*.sw? + +# Maven +target/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project + +# VSCode +.vscode + +# Python +.cache/ +.eggs/ +.tox/ +__pycache__/ +*.egg-info/ +*.pyc +docs/_build/ +dist/ +MANIFEST diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..81aa13c --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.linuxfoundation.org +port=29418 +project=releng/ci-workshop.git +defaultbranch=master