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/