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:
Wouter Wijsman
2024-05-30 18:44:49 +02:00
parent b6d0f42c04
commit 87f507e61a

5
.gitignore vendored
View File

@@ -3,6 +3,8 @@ doc
*.o
*.a
*~
*.elf
*.prx
tools/PrxEncrypter/PrxEncrypter
tools/bin2c
@@ -20,6 +22,7 @@ tools/unpack-pbp
Makefile.in
Makefile
.deps/
.vscode/
aclocal.m4
autom4te.cache/
compile
@@ -33,3 +36,5 @@ install-sh
missing
src/base/linkfile.prx
stamp-h1
EBOOT.PBP
PARAM.SFO