34 lines
305 B
Text
34 lines
305 B
Text
# C compilation artifacts
|
|
.obj/
|
|
*.o
|
|
*.bin
|
|
*.dfu
|
|
*.ihex
|
|
*.elf
|
|
|
|
# Swapfiles
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
.vscode/
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Environment files generated by lxbuildenv
|
|
.env
|
|
|
|
# Output from LiteX
|
|
build/
|
|
test/
|
|
|
|
# Output from yosys
|
|
abc.history
|
|
|
|
# Jekyll files
|
|
.bundle
|
|
Gemfile
|
|
Gemfile.lock
|
|
_*
|