X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=c621dbbeb94e7d0a810afbaefbcb8f491511cf18;hb=f2a1c87892c72a14f3803d3c92fe325a844ef9a4;hp=2cf4dca4e23170044477b83070b53c5589231fca;hpb=dadcb36feefd30e0ab862cf2d84a55849faddf46;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 2cf4dca4e2..c621dbbeb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -*.swp +# Ignore Vim temporary files +.*.sw? # Ignore changes to the JJB Configuration File jenkins.ini @@ -12,3 +13,9 @@ target/ # Vagrant .vagrant +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project