Setup .git{review,ignore} 26/3626/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 7 Mar 2017 21:53:48 +0000 (13:53 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 7 Mar 2017 21:53:48 +0000 (13:53 -0800)
Change-Id: I7ab3bfd593199488cbfe1f81377dd021bb586d0a
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..53704da
--- /dev/null
@@ -0,0 +1,26 @@
+# Ignore Vim temporary files
+.*.sw?
+
+# Ignore changes to the JJB Configuration File
+jenkins.ini
+
+# Ignore Sandbox temporary files
+jjb/*/releng-*.yaml
+
+# 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..6b37ed1
--- /dev/null
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.linuxfoundation.org
+port=29418
+project=releng/global-jjb.git
+defaultbranch=master