From 71a62b7573d0b913e5e58af30fb6b66b42036e78 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 30 Jun 2024 11:36:02 +0200 Subject: [PATCH] Re-add a vendor .gitattributes file This was previously ignored by our top-level .gitignore file; now that we no longer do that, running `go mod vendor` brings it back. --- vendor/github.com/kevinburke/ssh_config/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 vendor/github.com/kevinburke/ssh_config/.gitattributes diff --git a/vendor/github.com/kevinburke/ssh_config/.gitattributes b/vendor/github.com/kevinburke/ssh_config/.gitattributes new file mode 100644 index 000000000..44db58188 --- /dev/null +++ b/vendor/github.com/kevinburke/ssh_config/.gitattributes @@ -0,0 +1 @@ +testdata/dos-lines eol=crlf