From bec17d05cb84240c162a57c396ea10d3316cd9cf Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Wed, 19 Feb 2020 20:02:02 -0500 Subject: [PATCH] .gitattributes: add a smudge filter for go.mod. This is used when we want to do development against a local wireguard-go repository checkout. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..437f117b3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +go.mod filter=go-mod