From b92da5253947dcda7fec2ed4c11da0894d0428c5 Mon Sep 17 00:00:00 2001 From: leixiang Date: Sun, 19 Apr 2020 11:02:16 +0800 Subject: [PATCH] .gitignore: Ignore make output binaries --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f46854f..cc55593 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ *.dll *.so *.dylib +darwin-wrapper/doh-logger +doh-client/doh-client +doh-server/doh-server # Test binary, build with `go test -c` *.test