added gitignore

This commit is contained in:
2026-06-13 14:50:57 +02:00
parent 59e71f3297
commit 3b79c44fec
38 changed files with 47 additions and 147 deletions

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# ============================================================================
# Simulation build artifacts — none of this belongs in the repo, it is all
# regenerated by the run scripts (Makefile / run_vivado.sh / run.do / *.f).
# ============================================================================
# ---- Vivado / xsim ----
xsim.dir/
xsim.covdb/
.Xil/
*.wdb
*.jou
*.pb
*.wcfg
xvlog.log
xelab.log
xsim.log
xsimcrash.log
webtalk*
usage_statistics_webtalk.*
# ---- QuestaSim / ModelSim ----
work/
transcript
vsim.wlf
vsim_stacktrace.vstf
modelsim.ini
*.mti
# ---- Cadence Xcelium / Incisive ----
xcelium.d/
INCA_libs/
xrun.history
xrun.log
.simvision/
*.shm/
waves.shm/
# ---- UVM / misc run output ----
tr_db.log
*.vcd
# ---- Editor / OS junk ----
.vscode/
*~
*.swp
*.bak
.DS_Store