Update .gitignore to include the compiled files
This commit is contained in:
+9
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user