From baad0670ebc375d64c9bbc728609de47a98dfb52 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 2 Nov 2023 18:46:17 +0200 Subject: [PATCH] update gitignore --- .gitignore | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 01068967..57175000 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +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 - -# Switch -*.d +.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