X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=4ee9ea951f4d64f1b94d76d87ed05c03db92fb21;hb=097b6cd2498c8b5888d7cd94d6cc1323203e6477;hp=6aca512152fdfe75414c8cbaecdb812852cf05a6;hpb=f56df5d877d406deea4725f0ae593774e86c2592;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