fomu-workshop/.gitignore

46 lines
433 B
Plaintext
Raw Normal View History

# 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/
2020-10-12 00:09:13 +00:00
# Output from yosys and nextpnr
abc.history
2020-10-12 00:09:13 +00:00
*.asc
*.bit
# Jekyll files
.bundle
Gemfile
Gemfile.lock
2020-10-12 00:09:13 +00:00
_*.*
# Fomu Toolchain
fomu-toolchain*
2019-12-25 23:10:52 +00:00
# Conda Python Environments
env
2020-10-12 00:09:13 +00:00
# Output from Sphinx
docs/_build/