Add starting .gitignore and .gitreview files 09/9909/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 11 Apr 2018 17:28:31 +0000 (10:28 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 11 Apr 2018 17:28:31 +0000 (10:28 -0700)
Bootstrap some basic git configuration files

Change-Id: If3121325b5fd3671b20821ecd976a33efac6d1e6
Signed-off-by: Andrew Grimberg <agrimberg@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..2fdce4b
--- /dev/null
@@ -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 (file)
index 0000000..17eef9e
--- /dev/null
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.linuxfoundation.org
+port=29418
+project=lfn/process.git