update gitignore

This commit is contained in:
Shaun Inman 2023-02-27 08:10:29 -05:00
parent f74b1f74c4
commit 1b4efbab82

5
.gitignore vendored
View file

@ -1,6 +1,6 @@
.DS_Store .DS_Store
build/ build
cores/src cores/src
cores/output cores/output
private private
@ -10,4 +10,5 @@ src/boot/output
*.o *.o
*.so *.so
*.elf *.elf
*.dtb *.dtb
*.zip