From bd77cbb0ad54c0929e52cc9ba650330bf9b66d05 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 2 Nov 2023 18:46:17 +0200 Subject: [PATCH] update gitignore --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25002703..57175000 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,34 @@ *.o *.a +*.swp *.so +*.d tags cscope.out +compile_commands.json +.gdb_history pandora pcsx.map config.mak config.log +cheatpops.db frontend/revision.h tools -.pcsx/ obj/ +.vscode/ +.vscode/ipch/* + +pcsx +pcsx_rearmed_libretro.dll +pcsxr_spu_area3.out +psx_gpu_offsets_update +/frontend/320240/pollux_set + +/out/ +/pcsx_bin/ +/.pcsx/ +/screenshots/ +/skin +/bios/ +/old/ +/a/ -- 2.39.2