X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=c621dbbeb94e7d0a810afbaefbcb8f491511cf18;hb=refs%2Ftags%2Frelease%2Fberyllium-sr2;hp=6aca512152fdfe75414c8cbaecdb812852cf05a6;hpb=718faa1220ede5fe29762ca19041c86a06e6b78b;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 6aca51215..c621dbbeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,21 @@ -*.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 + +# Eclipse +.project