Commit Graph
7 Commits
Author SHA1 Message Date
Jeremy Shen 35a0e478db chore: track Vitis workspace .metadata project list
Root .gitignore: remove *.metadata/ global pattern that was
preventing Vitis workspace metadata from being tracked.
Vitis .gitignore: replace blanket .metadata/ ignore with
granular rules — track project references (.projects/,
.safetable/, version.ini) while excluding machine-specific
snapshots, logs, locks, and plugin caches.

Fixes empty workspace after cloning on another machine.
2026-05-27 10:45:35 +08:00
Jeremy Shen 930edf4542 Update .gitignore to include the compiled files 2026-05-26 17:43:57 +08:00
Jeremy Shen 90849addb7 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
2026-05-26 17:31:54 +08:00
Jeremy Shen e61e9d48ad Add *.metadata/ to ignore items 2026-05-25 18:11:36 +08:00
Jeremy Shen c5df01f33d Revert to default 2026-05-18 13:54:11 +08:00
Jeremy Shen 44b40ab9e1 Add Zynq test prj 2026-05-15 16:13:10 +08:00
Jeremy Shen 84b3c4458f Add gitignore 2026-05-14 15:10:19 +08:00