mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-20 01:47:33 +00:00
.gitignore: ignore compiled binaries in the cmd folders
Signed-off-by: wardn <wardn@users.noreply.github.com>
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -5,6 +5,11 @@
|
|||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
|
cmd/relaynode/relaynode
|
||||||
|
cmd/taillogin/taillogin
|
||||||
|
cmd/tailscale/tailscale
|
||||||
|
cmd/tailscaled/tailscaled
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user