Repository: incubator-htrace Updated Branches: refs/heads/master 08ce2909e -> eff89a850
HTRACE-180 addendum: fix .gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/eff89a85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/eff89a85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/eff89a85 Branch: refs/heads/master Commit: eff89a85073fd2ca9c4ce239547603611b0fc1aa Parents: 08ce290 Author: Colin Patrick Mccabe <[email protected]> Authored: Thu Jun 18 13:40:22 2015 -0700 Committer: Colin Patrick Mccabe <[email protected]> Committed: Thu Jun 18 13:40:22 2015 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/eff89a85/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 4baf9e2..b56ff18 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ dependency-reduced-pom.xml htrace-htraced/go/build htrace-htraced/go/pkg htrace-htraced/go/web +htrace-htraced/src/go htrace-htraced/bin
