Update gitignore
This commit is contained in:
+10
-7
@@ -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) ----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user