Updated Branches: refs/heads/master b9d55220c -> b27012ca4
add some .gitignore Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/b27012ca Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/b27012ca Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/b27012ca Branch: refs/heads/master Commit: b27012ca4ec4f920ea605a7ed109185d32ebcee7 Parents: b9d5522 Author: Roger Meier <[email protected]> Authored: Sat Jan 11 11:15:37 2014 +0100 Committer: Roger Meier <[email protected]> Committed: Sat Jan 11 11:15:37 2014 +0100 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/b27012ca/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 222a853..761232b 100644 --- a/.gitignore +++ b/.gitignore @@ -197,6 +197,7 @@ gen-* /lib/py/Makefile.in /lib/py/build /lib/py/thrift.egg-info/ +/lib/rb/Gemfile.lock /lib/rb/Makefile /lib/rb/Makefile.in /lib/rb/debug_proto_test @@ -274,6 +275,7 @@ gen-* /test/py.tornado/Makefile /test/py.tornado/Makefile.in /test/py.tornado/*.pyc +/test/rb/Gemfile.lock /test/rb/Makefile /test/rb/Makefile.in /tutorial/Makefile
