From 09e446c3022c15c604d66544224deacb0c11ba9e Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Tue, 7 Jan 2025 09:06:17 +0800 Subject: [PATCH] modify .gitignore --- .gitignore | 4 +++- statistics/build_linux.bat | 3 --- statistics/task/build_linux.bat | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0b3c7b4..041fa96 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,6 @@ tools/xlsx2binary/agc.go /robot/robot /ranksrv/ranksrv /schedulesrv/schedulesrv -/machine/machine \ No newline at end of file +/machine/machine +/statistics/statistics +/statistics/task/task \ No newline at end of file diff --git a/statistics/build_linux.bat b/statistics/build_linux.bat index 7962122..fb8487e 100644 --- a/statistics/build_linux.bat +++ b/statistics/build_linux.bat @@ -1,6 +1,3 @@ -set GOPATH=D:\godev -go env -w GO111MODULE=on - set CGO_ENABLED=0 set GOOS=linux set GOARCH=amd64 diff --git a/statistics/task/build_linux.bat b/statistics/task/build_linux.bat index 0cc7a25..fb8487e 100644 --- a/statistics/task/build_linux.bat +++ b/statistics/task/build_linux.bat @@ -1,5 +1,5 @@ set CGO_ENABLED=0 set GOOS=linux set GOARCH=amd64 -go build -o ./task2 +go build pause \ No newline at end of file