From 929482aba838e5d73a576c654f0af36fbab4339a Mon Sep 17 00:00:00 2001 From: Felipe Plets Date: Tue, 11 Aug 2015 13:48:47 -0300 Subject: [PATCH] Add .sap Visual Studio profiler session file In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 7c4ca8bb..150691aa 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -84,6 +84,7 @@ ipch/ *.psess *.vsp *.vspx +*.sap # TFS 2012 Local Workspace $tf/