Repository: thrift Updated Branches: refs/heads/master 7b11fec0c -> 27b57834e
.gitignore: add c_glib profiling files *.gcno Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/27b57834 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/27b57834 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/27b57834 Branch: refs/heads/master Commit: 27b57834e2f1308c2b009dac710d83f4c0f027b9 Parents: 7b11fec Author: Roger Meier <[email protected]> Authored: Mon Jun 9 22:37:42 2014 +0200 Committer: Roger Meier <[email protected]> Committed: Mon Jun 9 22:37:42 2014 +0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/27b57834/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 1174571..9a08cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -95,6 +95,7 @@ node_modules /lib/c_glib/*.gcda /lib/c_glib/*.gcno /lib/c_glib/*.loT +/lib/c_glib/test/*.gcno /lib/c_glib/test/testwrapper.sh /lib/c_glib/test/testwrapper-test* /lib/c_glib/test/testbinaryprotocol
