Updated Branches: refs/heads/master 090a5e4c6 -> d45b7db32
some gitignores Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/3233fe80 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/3233fe80 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/3233fe80 Branch: refs/heads/master Commit: 3233fe80c99d0cf535215f1ee7e4f01024727d06 Parents: 090a5e4 Author: Roger Meier <[email protected]> Authored: Sun Jan 12 22:10:47 2014 +0100 Committer: Roger Meier <[email protected]> Committed: Sun Jan 12 22:10:47 2014 +0100 ---------------------------------------------------------------------- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/3233fe80/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 761232b..3f95581 100644 --- a/.gitignore +++ b/.gitignore @@ -140,6 +140,9 @@ gen-* /lib/d/Makefile.in /lib/d/test/Makefile /lib/d/test/Makefile.in +/lib/d/test/serialization_benchmark +/lib/d/test/transport_test +/lib/d/unittest/ /lib/delphi/src/*.dcu /lib/delphi/test/*.identcache /lib/delphi/test/*.local @@ -186,6 +189,7 @@ gen-* /lib/js/test/Makefile /lib/js/test/Makefile.in /lib/perl/MANIFEST +/lib/perl/MYMETA.yml /lib/perl/Makefile /lib/perl/Makefile.in /lib/perl/Makefile-perl.mk
