fomu-workshop/.gitignore
2020-10-12 02:10:21 +02:00

46 lines
433 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 and nextpnr
abc.history
*.asc
*.bit
# Jekyll files
.bundle
Gemfile
Gemfile.lock
_*.*
# Fomu Toolchain
fomu-toolchain*
# Conda Python Environments
env
# Output from Sphinx
docs/_build/