Update gitignore (#3538)

PCSX2-linux.sh is generated when building
GSdx debug files are created when running
This commit is contained in:
Filjo Abraham 2020-07-12 16:54:59 -05:00 committed by GitHub
parent f7d84c4637
commit 715672481b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -71,6 +71,8 @@ oprofile_data/
/bin/**/*.pdb /bin/**/*.pdb
/bin/PCSX2 /bin/PCSX2
/bin/*ReplayLoader /bin/*ReplayLoader
/bin/PCSX2-linux.sh
/bin/GSdx*.txt
/bin/bios /bin/bios
/bin/dumps /bin/dumps
/bin/help /bin/help
@ -111,4 +113,4 @@ oprofile_data/
.vs .vs
/pcsx2/windows/VCprojects/GSdx_opengl_debug_hw.txt /pcsx2/windows/VCprojects/GSdx_opengl_debug_hw.txt
/pcsx2/windows/VCprojects/GSdx_opengl_debug_sw.txt /pcsx2/windows/VCprojects/GSdx_opengl_debug_sw.txt