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

38 lines
339 B
Plaintext

# 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
_*
# Fomu Toolchain
fomu-toolchain*