Repository: incubator-htrace Updated Branches: refs/heads/master 3dade8509 -> 956ab1d55
HTRACE-41. Add gitignore so that downloaded src's are ignored (Elliot Clark via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/956ab1d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/956ab1d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/956ab1d5 Branch: refs/heads/master Commit: 956ab1d558e78527feff4570ab1837353857d924 Parents: 3dade85 Author: Colin P. Mccabe <[email protected]> Authored: Wed Dec 31 11:56:59 2014 -0800 Committer: Colin P. Mccabe <[email protected]> Committed: Wed Dec 31 11:56:59 2014 -0800 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/956ab1d5/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f9788be..7238b01 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ dependency-reduced-pom.xml htrace-core/src/go/bin htrace-core/src/go/pkg htrace-core/src/go/src/org/apache/htrace/resource +htrace-core/src/go/src/github.com/ +htrace-core/src/go/src/gopkg.in/
