From 4e887942ffe8939219ae662ebff91d3ddc718593 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 22 Dec 2022 17:30:53 -0500 Subject: [PATCH] Add eboot.bin to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7951577..07d4bb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/* +assets/vita/eboot.bin *.vpk *.elf *.elf.unstripped.elf @@ -6,4 +7,4 @@ build/* *.nro *.nacl *.sfo -*.bin \ No newline at end of file +*.bin