X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=4ee9ea951f4d64f1b94d76d87ed05c03db92fb21;hb=d16da648b854c8b2f13af583aaf109eba0ac6798;hp=d5cabc52c0cf4b74132eda1b4295bdeb261dc60e;hpb=4fd9abca19226947fdc966a420774e3e0a1a76ec;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index d5cabc52c..4ee9ea951 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -*.swp +# Ignore Vim temporary files +.*.sw? # Ignore changes to the JJB Configuration File jenkins.ini @@ -6,3 +7,12 @@ jenkins.ini # Ignore Sandbox temporary files jjb/*/releng-*.yaml +# Maven +target/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml