From 75e6b9ecc1031e7126a51e17bb43d95c78df8fcc Mon Sep 17 00:00:00 2001 From: Colin Dixon Date: Wed, 2 Oct 2013 15:28:43 -0500 Subject: [PATCH] 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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6