chore: remove 'nul' files that break git clone on Windows

- Remove 5 reserved device name files (nul) from tracking
- Add 'nul' to .gitignore to prevent future commits of these files
- These are Xilinx Vitis BSP build artifacts, safe to regenerate
This commit is contained in:
Jeremy Shen
2026-05-26 17:31:54 +08:00
parent 3b268f6583
commit 90849addb7
6 changed files with 3 additions and 324 deletions
+3
View File
@@ -174,6 +174,9 @@ webtalk*.jou
webtalk*.log
usage_statistics_webtalk.*
# Reserved device names on Windows (breaks git clone on Windows)
nul
# ===========================
# 明确保留的文件(放在最后,覆盖上面的忽略规则)
# ===========================