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:
@@ -174,6 +174,9 @@ webtalk*.jou
|
||||
webtalk*.log
|
||||
usage_statistics_webtalk.*
|
||||
|
||||
# Reserved device names on Windows (breaks git clone on Windows)
|
||||
nul
|
||||
|
||||
# ===========================
|
||||
# 明确保留的文件(放在最后,覆盖上面的忽略规则)
|
||||
# ===========================
|
||||
|
||||
Reference in New Issue
Block a user