Remove batch file and ignore pipe.exe generated locally on the server machine.

master
Icedream 2013-04-30 02:43:58 +02:00
parent c9d6c75e05
commit e2d201416c
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/npipe/bin
/npipe/obj
/*.suo
/compile-pipeserver.bat
/npipe.exe

View File

@ -1,2 +0,0 @@
"C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe" /optimize+ /debug- /nowin32manifest /target:exe /out:npipe.exe npipe\Program.cs npipe\Properties\AssemblyInfo.cs /r:System.Core.dll
pause