fomu-workshop/.gitignore
2019-08-23 10:05:10 +02:00

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
_*