gitignore: organize and comment on files

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-06-19 18:01:06 -07:00
parent 01913005cf
commit af89bcc7f3

24
.gitignore vendored
View file

@ -1,14 +1,28 @@
# C compilation artifacts
.obj/
*.swp
*.swo
*~
*.o
*.bin
*.dfu
*.ihex
*.elf
# Swapfiles
*.swp
*.swo
*~
.vscode/
build/
# Python cache files
__pycache__/
*.pyc
# Environment files generated by lxbuildenv
.env
# Output from LiteX
build/
test/
.env
# Output from yosys
abc.history