gitignore now ignores files generated by visual studio profiler, solution configured for profiling.

This commit is contained in:
Michael Yu 2014-05-19 02:07:45 -07:00
parent 0d0df4b491
commit 346614b0da
2 changed files with 7 additions and 0 deletions

4
.gitignore vendored
View File

@ -45,6 +45,10 @@
/bin/*.exp
rpcs3/git-version.h
# Visual Studio Profiler Files
*.vspx
*.psess
# Copyrighted files
/bin/data/
/bin/dev_flash/data/font

View File

@ -457,4 +457,7 @@ Global
{23E1C437-A951-5943-8639-A17F3CF2E606} = {5812E712-6213-4372-B095-9EB9BAA1F2DF}
{74827EBD-93DC-5110-BA95-3F2AB029B6B0} = {5812E712-6213-4372-B095-9EB9BAA1F2DF}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal