diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2015-11-19 14:55:41 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2015-11-19 14:57:09 -0800 |
commit | 883d77c5c804b0f1e9f1370c89f8fe38672188b5 (patch) | |
tree | 8427e35613e3606e3c07c9ffa375806cf4da3157 /.gitignore | |
parent | 5d4e185e58f2b98b503c44e63ba8c46f46661238 (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-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..96b3329fe --- /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 |