From: Colin Dixon Date: Wed, 2 Oct 2013 20:28:43 +0000 (-0500) Subject: Adding xtend-gen directories to .gitignore X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~676 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=75e6b9ecc1031e7126a51e17bb43d95c78df8fcc Adding xtend-gen directories to .gitignore New generated files are showing up in git. This fixes that. Change-Id: I069c5fc4eb86d4c3eb34631002336dacbd49beef Signed-off-by: Colin Dixon --- diff --git a/.gitignore b/.gitignore index 53ea040cf6..5e7ae96701 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ opendaylight/northbound/integrationtest/logs/* *.iml *.iws .idea - +**/xtend-gen