From cadcced2262dbbb157afda1192082b203cebab58 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 11 Apr 2018 10:28:31 -0700 Subject: [PATCH] Add starting .gitignore and .gitreview files Bootstrap some basic git configuration files Change-Id: If3121325b5fd3671b20821ecd976a33efac6d1e6 Signed-off-by: Andrew Grimberg --- .gitignore | 20 ++++++++++++++++++++ .gitreview | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 .gitreview 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 -- 2.16.6