fomu-workshop/.gitignore
Sean Cross af89bcc7f3 gitignore: organize and comment on files
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 18:01:06 -07:00

28 lines
256 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