Updated Branches: refs/heads/master ff77d075e -> f1ac28429
update .gitignore Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/f1ac2842 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/f1ac2842 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/f1ac2842 Branch: refs/heads/master Commit: f1ac28429f9eaf62da5f0b682da0e8de79d73473 Parents: ff77d07 Author: Roger Meier <[email protected]> Authored: Fri Jun 28 22:33:04 2013 +0200 Committer: Roger Meier <[email protected]> Committed: Fri Jun 28 22:33:04 2013 +0200 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/f1ac2842/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 581f867..9c02bb7 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,8 @@ gen-* /lib/cpp/Release/ /lib/cpp/Release-mt/ /lib/cpp/src/thrift/qt/moc_TQTcpServer.cpp +/lib/cpp/src/thrift/config.h +/lib/cpp/src/thrift/stamp-h2 /lib/cpp/test/Makefile /lib/cpp/test/Makefile.in /lib/cpp/test/Benchmark @@ -179,6 +181,7 @@ gen-* /lib/py/Makefile /lib/py/Makefile.in /lib/py/build +/lib/py/thrift.egg-info/ /lib/rb/Makefile /lib/rb/Makefile.in /lib/rb/debug_proto_test
