diff --git a/.gitignore b/.gitignore index 48a3f58..db3ba10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /npipe/bin /npipe/obj /*.suo +/compile-pipeserver.bat +/npipe.exe diff --git a/compile-pipeserver.bat b/compile-pipeserver.bat deleted file mode 100644 index b489c95..0000000 --- a/compile-pipeserver.bat +++ /dev/null @@ -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 \ No newline at end of file