fomu-workshop/.gitignore
2019-12-26 00:10:52 +01:00

41 lines
372 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*
# Conda Python Environments
env