summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2015-11-19 14:55:41 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2015-11-19 14:57:09 -0800
commit883d77c5c804b0f1e9f1370c89f8fe38672188b5 (patch)
tree8427e35613e3606e3c07c9ffa375806cf4da3157 /.gitignore
parent5d4e185e58f2b98b503c44e63ba8c46f46661238 (diff)
Initial code checkin
Initial bootstrapping of the ci-management repo Change-Id: I66d18adf113f8087c46ab1b4f9aedcb81ee1e9aa Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..96b3329f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# Ignore Vim temporary files
+.*.sw?
+
+# Ignore changes to the JJB Configuration File
+jenkins.ini
+
+# Maven
+target/
+
+# Vagrant
+.vagrant
+
+# IntelliJ
+.idea/
+*.iml