From cd18bb68a49608b86f60e22cb081f0156d3d11b5 Mon Sep 17 00:00:00 2001 From: Shayne Sweeney Date: Mon, 20 Feb 2023 21:55:51 -0500 Subject: [PATCH] gitignore: Add personal .gopath and nix build /result Signed-off-by: Shayne Sweeney --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1b08720e8..4cd6d3a01 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,11 @@ cmd/tailscaled/tailscaled # Ignore personal VS Code settings .vscode/ +# Support personal project-specific GOPATH +.gopath/ + +# Ignore nix build result path +/result + # Ignore direnv nix-shell environment cache .direnv/