From 5c9f006ab2337b21bddd2a57041cc577da7a2d2d Mon Sep 17 00:00:00 2001 From: "Liviu.Iacob" Date: Tue, 24 May 2022 10:01:16 +0100 Subject: [PATCH] .gitignore: Fix to ignore imbricated bd.tcl files too Fix gitignore commit 6a6c5ac that did not ignore imbricated bd files. Signed-off-by: Liviu.Iacob --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be198c2da..dbdbbc4e2 100644 --- a/.gitignore +++ b/.gitignore @@ -96,5 +96,5 @@ _vmake *.gen* *.xsa *.pdi -library/*/bd/bd.tcl +library/**/bd/bd.tcl