From 15e05653e68f2d196c0bbb83640ebdafa55ad442 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 19 Feb 2019 10:58:03 -0800 Subject: [PATCH] Remove uncessary files from the thrift repostiory that come along with the go library. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 66a91e3..ecf2cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,17 @@ _obj _test .idea +# Thrift library comes with a lot of other files we don't need. +# Ignore everything but the files we do need +vendor/github.com/apache/thrift/* +!vendor/github.com/apache/thrift/lib/ + +vendor/github.com/apache/thrift/lib/* +!vendor/github.com/apache/thrift/lib/go/ + +vendor/github.com/apache/thrift/lib/go/* +!vendor/github.com/apache/thrift/lib/go/thrift/ + # Architecture specific extensions/prefixes *.[568vq] [568vq].out