From e2d201416c6a102a6243e632b79e9948ff140f3c Mon Sep 17 00:00:00 2001 From: icedream Date: Tue, 30 Apr 2013 02:43:58 +0200 Subject: [PATCH] Remove batch file and ignore pipe.exe generated locally on the server machine. --- .gitignore | 2 ++ compile-pipeserver.bat | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 compile-pipeserver.bat 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