We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfc2c3 commit baad067Copy full SHA for baad067
.gitignore
@@ -1,18 +1,34 @@
1
*.o
2
*.a
3
+*.swp
4
*.so
5
+*.d
6
tags
7
cscope.out
8
+compile_commands.json
9
+.gdb_history
10
pandora
11
pcsx.map
12
config.mak
13
config.log
14
+cheatpops.db
15
frontend/revision.h
16
tools
-.pcsx/
17
obj/
-.vscode
-
-# Switch
-*.d
18
+.vscode/
19
.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