From: Andrew Grimberg Date: Wed, 11 Apr 2018 17:28:31 +0000 (-0700) Subject: Add starting .gitignore and .gitreview files X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F9909%2F1;p=lfn%2Fprocess.git Add starting .gitignore and .gitreview files Bootstrap some basic git configuration files Change-Id: If3121325b5fd3671b20821ecd976a33efac6d1e6 Signed-off-by: Andrew Grimberg --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2fdce4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Ignore Vim temporary files +.*.sw? + +# Maven +target/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project + +# Python +.tox/ +__pycache__/ +*.pyc diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..17eef9e --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.linuxfoundation.org +port=29418 +project=lfn/process.git