Update gitignore

This commit is contained in:
2026-05-28 10:04:31 +08:00
parent 0a3d8b77ab
commit 48629141a8
+10 -7
View File
@@ -7,11 +7,17 @@
# ============================================================
# ---------- Build output ----------
impl1/*
*_tcr.dir/
# Negate: files inside impl1/ that Diamond needs
!*/impl1/*.hub
#Others
.vscode
.recovery
*.edn
*.cam
*.hdlparser
*.areasrr
*.pt
pmi_*
# ---------- Synthesis (Synplify Pro / Synplify) ----------
synlog/
@@ -49,9 +55,6 @@ syntmp/
*.fdepxmr
*.schmap
# ---------- PMI (Physical Model Information) ----------
pmi_*/
# ---------- Auto-generated junk ----------
*.lst
*.naf
@@ -140,7 +143,6 @@ reveal_workspace/
!*.bit
!*.jed
!*.svf
!*.rva
!*.trc
!*.xcf
@@ -150,6 +152,7 @@ reveal_workspace/
# Debug / trace
!*.hub
!*.rvl
!*.rva
# ---------- Catch-alls (after negations — last matching rule wins) ----------