Skip to content

Commit baad067

Browse files
committed
update gitignore
1 parent ecfc2c3 commit baad067

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

.gitignore

+21-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
11
*.o
22
*.a
3+
*.swp
34
*.so
5+
*.d
46
tags
57
cscope.out
8+
compile_commands.json
9+
.gdb_history
610
pandora
711
pcsx.map
812
config.mak
913
config.log
14+
cheatpops.db
1015
frontend/revision.h
1116
tools
12-
.pcsx/
1317
obj/
14-
.vscode
15-
16-
# Switch
17-
*.d
18+
.vscode/
1819
.vscode/ipch/*
20+
21+
pcsx
22+
pcsx_rearmed_libretro.dll
23+
pcsxr_spu_area3.out
24+
psx_gpu_offsets_update
25+
/frontend/320240/pollux_set
26+
27+
/out/
28+
/pcsx_bin/
29+
/.pcsx/
30+
/screenshots/
31+
/skin
32+
/bios/
33+
/old/
34+
/a/

0 commit comments

Comments
 (0)