From 6a6c5acc8ec422c068c7787cdeb5b0ee4ae1aa51 Mon Sep 17 00:00:00 2001 From: "Liviu.Iacob" Date: Thu, 19 May 2022 13:57:35 +0100 Subject: [PATCH] .gitignore: Add the bd.tcl files from built IPs into gitignore Almost all the IPs found in library generate a bd folder when they are built. Updated the .gitignore so that it does not appear as an untracked file. Also, changes to tracked bd.tcl files (ex:axi_dmac) will still appear as modified files. Signed-off-by: Liviu.Iacob --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b925e60e5..be198c2da 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,5 @@ _vmake *.gen* *.xsa *.pdi +library/*/bd/bd.tcl