X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=4ee9ea951f4d64f1b94d76d87ed05c03db92fb21;hb=e8757e86d9e6f8866a1484b3178c7fa8309d46b9;hp=1377554ebea6f98a2c748183bc5a96852af12ac2;hpb=6fc4996b50674e81fce8251fbc0258baffa08895;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 1377554eb..4ee9ea951 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +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