Skip to content

Commit

Permalink
.gitignore: ignore compiled binaries in the cmd folders
Browse files Browse the repository at this point in the history
Signed-off-by: wardn <wardn@users.noreply.github.com>
  • Loading branch information
wardn authored and danderson committed Feb 11, 2020
1 parent 3dd4471 commit aef438d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
*.so
*.dylib

cmd/relaynode/relaynode
cmd/taillogin/taillogin
cmd/tailscale/tailscale
cmd/tailscaled/tailscaled

# Test binary, built with `go test -c`
*.test

Expand Down

0 comments on commit aef438d

Please sign in to comment.