mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Update .gitignore to include elf, prx and eboots
I also added to .vscode directory that visual studio code makes and PARAM.SFO.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -3,6 +3,8 @@ doc
|
|||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*~
|
*~
|
||||||
|
*.elf
|
||||||
|
*.prx
|
||||||
|
|
||||||
tools/PrxEncrypter/PrxEncrypter
|
tools/PrxEncrypter/PrxEncrypter
|
||||||
tools/bin2c
|
tools/bin2c
|
||||||
@@ -20,6 +22,7 @@ tools/unpack-pbp
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
Makefile
|
Makefile
|
||||||
.deps/
|
.deps/
|
||||||
|
.vscode/
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
compile
|
compile
|
||||||
@@ -33,3 +36,5 @@ install-sh
|
|||||||
missing
|
missing
|
||||||
src/base/linkfile.prx
|
src/base/linkfile.prx
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
EBOOT.PBP
|
||||||
|
PARAM.SFO
|
||||||
|
Reference in New Issue
Block a user