diff options
author | Michael Stegmann <stegmann@noxum.com> | 2015-09-02 15:46:40 +0200 |
---|---|---|
committer | Michael Stegmann <stegmann@noxum.com> | 2015-09-02 15:46:40 +0200 |
commit | 338d8f736c5c7f21008a0deec0ed0ddf1ae2db22 (patch) | |
tree | 861a9e08ba78247313588e8f09c1087436854522 /VisualStudio.gitignore | |
parent | 5b8eb2c3715a7d5c4fe322abe7f0873b8985d50b (diff) | |
download | gitignore-338d8f736c5c7f21008a0deec0ed0ddf1ae2db22.tar.gz gitignore-338d8f736c5c7f21008a0deec0ed0ddf1ae2db22.zip |
Windows Azure Emulator
Ignoring directory "efc" and "rfc" created by the Windows Azure Emulator
Directory before starting emulator the first time:
Directory: C:\temp\AzureCloudService1\AzureCloudService1
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 9/1/2015 9:16 AM bin
d----- 9/1/2015 9:16 AM WorkerRole1Content
-a---- 9/1/2015 9:16 AM 3014 AzureCloudService1.ccproj
-a---- 9/1/2015 9:16 AM 144 AzureCloudService1.ccproj.user
-a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Cloud.cscfg
-a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Local.cscfg
-a---- 9/1/2015 9:16 AM 428 ServiceDefinition.csdef
And after starting the Emulator:
Directory: C:\temp\AzureCloudService1\AzureCloudService1
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 9/1/2015 9:16 AM bin
d----- 9/1/2015 9:19 AM csx
d----- 9/1/2015 9:19 AM ecf
d----- 9/1/2015 9:19 AM obj
d----- 9/1/2015 9:19 AM rcf
d----- 9/1/2015 9:16 AM WorkerRole1Content
-a---- 9/1/2015 9:16 AM 3014 AzureCloudService1.ccproj
-a---- 9/1/2015 9:16 AM 144 AzureCloudService1.ccproj.user
-a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Cloud.cscfg
-a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Local.cscfg
-a---- 9/1/2015 9:16 AM 428 ServiceDefinition.csdef
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 150691aa..e37f6611 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -155,6 +155,10 @@ publish/ csx/ *.build.csdef +# Windows Azure Emulator +efc/ +rfc/ + # Windows Store app package directory AppPackages/ |