From 48629141a88660b9468e01e29ae0f18a702e4a57 Mon Sep 17 00:00:00 2001 From: yuysh Date: Thu, 28 May 2026 10:04:31 +0800 Subject: [PATCH] Update gitignore --- .gitignore | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 411d0ee..cbee01f 100644 --- a/.gitignore +++ b/.gitignore @@ -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) ----------