mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
Add eboot.bin to gitignore
This commit is contained in:
parent
515b08c2a8
commit
4e887942ff
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
build/*
|
||||
assets/vita/eboot.bin
|
||||
*.vpk
|
||||
*.elf
|
||||
*.elf.unstripped.elf
|
||||
|
@ -6,4 +7,4 @@ build/*
|
|||
*.nro
|
||||
*.nacl
|
||||
*.sfo
|
||||
*.bin
|
||||
*.bin
|
||||
|
|
Loading…
Reference in a new issue