Setup initial .gitreview and .gitignore 82/5782/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 8 Aug 2017 22:01:40 +0000 (15:01 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 9 Aug 2017 17:59:52 +0000 (10:59 -0700)
Configure new repository with .gitreview and .gitignore

Change-Id: I8251a6d0ae1da9f50be57160795055b5c8d3a413
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..878f372
--- /dev/null
@@ -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 (file)
index 0000000..81aa13c
--- /dev/null
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.linuxfoundation.org
+port=29418
+project=releng/ci-workshop.git
+defaultbranch=master