X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=4ee9ea951f4d64f1b94d76d87ed05c03db92fb21;hb=282d289f08ec8facb624b8c15ca98f752489b6cd;hp=6aca512152fdfe75414c8cbaecdb812852cf05a6;hpb=297bc27f944f7ffe4501f0f91ace251ff57483cc;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 6aca51215..4ee9ea951 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,18 @@ -*.swp +# 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