mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
gitignore now ignores files generated by visual studio profiler, solution configured for profiling.
This commit is contained in:
parent
0d0df4b491
commit
346614b0da
4
.gitignore
vendored
4
.gitignore
vendored
@ -45,6 +45,10 @@
|
|||||||
/bin/*.exp
|
/bin/*.exp
|
||||||
rpcs3/git-version.h
|
rpcs3/git-version.h
|
||||||
|
|
||||||
|
# Visual Studio Profiler Files
|
||||||
|
*.vspx
|
||||||
|
*.psess
|
||||||
|
|
||||||
# Copyrighted files
|
# Copyrighted files
|
||||||
/bin/data/
|
/bin/data/
|
||||||
/bin/dev_flash/data/font
|
/bin/dev_flash/data/font
|
||||||
|
@ -457,4 +457,7 @@ Global
|
|||||||
{23E1C437-A951-5943-8639-A17F3CF2E606} = {5812E712-6213-4372-B095-9EB9BAA1F2DF}
|
{23E1C437-A951-5943-8639-A17F3CF2E606} = {5812E712-6213-4372-B095-9EB9BAA1F2DF}
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0} = {5812E712-6213-4372-B095-9EB9BAA1F2DF}
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0} = {5812E712-6213-4372-B095-9EB9BAA1F2DF}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
GlobalSection(Performance) = preSolution
|
||||||
|
HasPerformanceSessions = true
|
||||||
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
Loading…
Reference in New Issue
Block a user