Skip to content

Commit be30727

Browse files
committed
Made adjustments to .gitignore
1 parent 5ea39a2 commit be30727

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ UpgradeLog*.XML
5959
UpgradeLog*.htm
6060

6161
# Non-distributable and private local stuff
62+
Deployment/
6263
NonDist/
6364

6465
# =========================

Deployment/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

MasterBuild.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@ECHO OFF
22
CLS
33

4-
DEL /Q .\Deployment\*.*
5-
64
"%WINDIR%\Microsoft.Net\Framework\v4.0.30319\msbuild.exe" /nologo /v:m /m "Source\EWSImageMaps.sln" /t:Clean;Build "/p:Configuration=Release;Platform=Any CPU"
75

86
"%WINDIR%\Microsoft.Net\Framework\v4.0.30319\msbuild.exe" /nologo /v:m /m "Demos\WinFormsDemos.sln" /t:Clean;Build "/p:Configuration=Release;Platform=Any CPU"

0 commit comments

Comments
 (0)