Updated Branches: refs/heads/master bcca1d9d2 -> ad0141aea
Modified/added some Delphi ignores Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/ad0141ae Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/ad0141ae Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/ad0141ae Branch: refs/heads/master Commit: ad0141aea57f7a5881a9c899a74445f8825fc267 Parents: bcca1d9 Author: Jens Geyer <[email protected]> Authored: Mon Dec 30 22:01:53 2013 +0100 Committer: Jens Geyer <[email protected]> Committed: Mon Dec 30 22:01:53 2013 +0100 ---------------------------------------------------------------------- .gitignore | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/ad0141ae/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 852b25f..222a853 100644 --- a/.gitignore +++ b/.gitignore @@ -143,19 +143,29 @@ gen-* /lib/delphi/src/*.dcu /lib/delphi/test/*.identcache /lib/delphi/test/*.local -/lib/delphi/test/codegen/*.bat -/lib/delphi/test/skip/*.local -/lib/delphi/test/skip/*.identcache -/lib/delphi/test/skip/*.identcache -/lib/delphi/test/serializer/*.identcache /lib/delphi/test/*.dcu /lib/delphi/test/*.2007 /lib/delphi/test/*.dproj /lib/delphi/test/*.dproj +/lib/delphi/test/codegen/*.bat +/lib/delphi/test/skip/*.local +/lib/delphi/test/skip/*.identcache +/lib/delphi/test/skip/*.identcache /lib/delphi/test/skip/*.dproj /lib/delphi/test/skip/*.dproj +/lib/delphi/test/skip/*.2007 +/lib/delphi/test/serializer/*.identcache /lib/delphi/test/serializer/*.dproj /lib/delphi/test/serializer/*.local +/lib/delphi/test/serializer/*.2007 +/lib/delphi/test/multiplexed/*.dproj +/lib/delphi/test/multiplexed/*.2007 +/lib/delphi/test/multiplexed/*.local +/lib/delphi/test/multiplexed/*.identcache +/lib/delphi/test/typeregistry/*.2007 +/lib/delphi/test/typeregistry/*.dproj +/lib/delphi/test/typeregistry/*.identcache +/lib/delphi/test/typeregistry/*.local /lib/erl/.generated /lib/erl/.eunit /lib/erl/ebin
