From 2f7b27412a0bd006fc3304d836ec349aeadd7b48 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 24 Jun 2021 21:37:16 -0700 Subject: [PATCH] gitignore: also ignore tailscale-debug.apk --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c67ccb8..7508b8d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ build # The destination for the Go Android archive. android/libs + +# Output files from the Makefile: +tailscale-debug.apk