From d7142b7e4fe114c13d8235a7c47f58947f916bff Mon Sep 17 00:00:00 2001 From: "James E. King, III" Date: Fri, 1 Sep 2017 13:00:36 -0700 Subject: THRIFT-4295: rework the docker build images, updating them and tuning the travis builds This closes #1340 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4e7102a7c..994872471 100644 --- a/.gitignore +++ b/.gitignore @@ -311,6 +311,7 @@ project.lock.json /test/go/gopath /test/go/pkg/ /test/go/src/code.google.com/ +/test/go/src/common/mock_handler.go /test/go/src/github.com/golang/ /test/go/src/golang.org/ /test/go/src/gen/ @@ -355,11 +356,13 @@ project.lock.json /tutorial/delphi/DelphiClient/*.identcache /tutorial/delphi/DelphiServer/*.identcache /tutorial/delphi/DelphiServer/*.local +/tutorial/go/gopath /tutorial/go/go-tutorial /tutorial/go/calculator-remote /tutorial/go/src/shared /tutorial/go/src/tutorial /tutorial/go/src/git.apache.org +/tutorial/go/src/golang.org /tutorial/haxe/bin /tutorial/hs/dist/ /tutorial/java/build/ -- cgit v1.2.1