Update gitignore
This commit is contained in:
+10
-7
@@ -7,11 +7,17 @@
|
|||||||
# ============================================================
|
# ============================================================
|
||||||
|
|
||||||
# ---------- Build output ----------
|
# ---------- Build output ----------
|
||||||
impl1/*
|
|
||||||
*_tcr.dir/
|
*_tcr.dir/
|
||||||
|
|
||||||
# Negate: files inside impl1/ that Diamond needs
|
#Others
|
||||||
!*/impl1/*.hub
|
.vscode
|
||||||
|
.recovery
|
||||||
|
*.edn
|
||||||
|
*.cam
|
||||||
|
*.hdlparser
|
||||||
|
*.areasrr
|
||||||
|
*.pt
|
||||||
|
pmi_*
|
||||||
|
|
||||||
# ---------- Synthesis (Synplify Pro / Synplify) ----------
|
# ---------- Synthesis (Synplify Pro / Synplify) ----------
|
||||||
synlog/
|
synlog/
|
||||||
@@ -49,9 +55,6 @@ syntmp/
|
|||||||
*.fdepxmr
|
*.fdepxmr
|
||||||
*.schmap
|
*.schmap
|
||||||
|
|
||||||
# ---------- PMI (Physical Model Information) ----------
|
|
||||||
pmi_*/
|
|
||||||
|
|
||||||
# ---------- Auto-generated junk ----------
|
# ---------- Auto-generated junk ----------
|
||||||
*.lst
|
*.lst
|
||||||
*.naf
|
*.naf
|
||||||
@@ -140,7 +143,6 @@ reveal_workspace/
|
|||||||
!*.bit
|
!*.bit
|
||||||
!*.jed
|
!*.jed
|
||||||
!*.svf
|
!*.svf
|
||||||
!*.rva
|
|
||||||
!*.trc
|
!*.trc
|
||||||
!*.xcf
|
!*.xcf
|
||||||
|
|
||||||
@@ -150,6 +152,7 @@ reveal_workspace/
|
|||||||
# Debug / trace
|
# Debug / trace
|
||||||
!*.hub
|
!*.hub
|
||||||
!*.rvl
|
!*.rvl
|
||||||
|
!*.rva
|
||||||
|
|
||||||
# ---------- Catch-alls (after negations — last matching rule wins) ----------
|
# ---------- Catch-alls (after negations — last matching rule wins) ----------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user