26 lines
418 B
Plaintext
26 lines
418 B
Plaintext
# Local Codex state
|
|
.codex
|
|
|
|
# OS / filesystem junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editor / IDE state
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Vivado scratch dropped in the current working directory whenever Vivado is
|
|
# invoked from anywhere other than FPGA/vivado/ (e.g. running create_project.tcl
|
|
# from the repo root).
|
|
.Xil/
|
|
vivado*.jou
|
|
vivado*.log
|
|
vivado*.backup.*
|
|
webtalk*.jou
|
|
webtalk*.log
|
|
usage_statistics_webtalk.*
|