From cdbc92ff12f6f95be500653a394891a4de8b0dd0 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Mon, 7 Mar 2022 10:52:56 -0700 Subject: [PATCH] add vendor dorectory and patches --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f4d432a..8650326 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ *.so *.dylib +# Patches +*.patch + # Test binary, built with `go test -c` *.test @@ -13,5 +16,5 @@ *.out # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/