From 87f507e61a43f2dc3d20d81dff85dd38ef847ac4 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Thu, 30 May 2024 18:44:49 +0200 Subject: [PATCH] Update .gitignore to include elf, prx and eboots I also added to .vscode directory that visual studio code makes and PARAM.SFO. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2dfa2f88..253b03c8 100644 --- a/.gitignore +++ b/.gitignore @@ -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