.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 <liviu.iacob@analog.com>
main
Liviu.Iacob 2022-05-19 13:57:35 +01:00 committed by LIacob106
parent 08a5e944f0
commit 6a6c5acc8e
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -96,4 +96,5 @@ _vmake
*.gen*
*.xsa
*.pdi
library/*/bd/bd.tcl