From 62445c1d2e8bcca1056abb4559518f1c8d995992 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Wed, 29 Jun 2022 00:00:00 +0200 Subject: THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved self-tests) Client: compiler general, netstd, Delphi Patch: Jens Geyer --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6278185b2..85b694cad 100644 --- a/.gitignore +++ b/.gitignore @@ -201,9 +201,9 @@ project.lock.json /lib/delphi/*.local /lib/delphi/*.identcache /lib/delphi/test/skip/bin -/lib/delphi/test/serializer/*.dat +/lib/delphi/test/serializer/**/*.dat /lib/delphi/test/serializer/bin -/lib/delphi/test/thrift-testing +/lib/delphi/test/thrift-testing/*.thrift /lib/delphi/**/*.identcache /lib/delphi/**/*.local /lib/delphi/**/*.dcu -- cgit v1.2.1