Skip to content

Commit

Permalink
gitignore now ignores files generated by visual studio profiler, solu…
Browse files Browse the repository at this point in the history
…tion configured for profiling.
  • Loading branch information
miyu committed May 19, 2014
1 parent 0d0df4b commit 346614b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions rpcs3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 346614b

Please sign in to comment.