Update .gitignore

This commit is contained in:
Aadi Desai 2023-05-15 17:55:41 +01:00
parent bf9a03f9d2
commit 2717f4e417
No known key found for this signature in database

21
.gitignore vendored
View file

@ -1,13 +1,14 @@
/.vscode/ /.vscode/
/build/ /build/
/docs/ /docs/
__pycache__/ /__pycache__/
demo/*.o /demo/*.o
demo/*.d /demo/*.d
demo/demo.bin /demo/demo.bin
demo/demo.elf /demo/demo.elf
demo/demo.elf.map /demo/demo.elf.map
analyzer.csv /analyzer.csv
csr.csv /csr.csv
gsd_orangecrab.dfu /dump-*.vcd
kernel.bin /gsd_orangecrab.dfu
/kernel.bin