.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
parent
08a5e944f0
commit
6a6c5acc8e
|
@ -96,4 +96,5 @@ _vmake
|
|||
*.gen*
|
||||
*.xsa
|
||||
*.pdi
|
||||
library/*/bd/bd.tcl
|
||||
|
||||
|
|
Loading…
Reference in New Issue