Browse Source

add vendor dorectory and patches

main
David Haukeness 2 years ago
parent
commit
cdbc92ff12
  1. 5
      .gitignore

5
.gitignore vendored

@ -6,6 +6,9 @@ @@ -6,6 +6,9 @@
*.so
*.dylib
# Patches
*.patch
# Test binary, built with `go test -c`
*.test
@ -13,5 +16,5 @@ @@ -13,5 +16,5 @@
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
vendor/

Loading…
Cancel
Save