Update .gitignore to include the compiled files

This commit is contained in:
Jeremy Shen
2026-05-26 17:43:57 +08:00
parent 90849addb7
commit 930edf4542
26 changed files with 1382 additions and 4 deletions
+9 -4
View File
@@ -137,14 +137,10 @@ synth_1/
# Vitis 产物
*.fsbl
*.ssbl
*.bit.bin
*.hdf
*.xsa
*.mss
*.elf
# Vivado 其他
*.bin
*.mcs
*.prm
*.rbt
@@ -197,6 +193,15 @@ nul
# 位流和编程文件
!*.bit
!*.jed
!*.xsa
# Vitis输出文件
!*.bin
!*.elf
# 源代码
!*.c
!*.h
# 手写脚本
!*.py