update gitignore
This commit is contained in:
parent
f74b1f74c4
commit
1b4efbab82
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue