From 548513a4bd050d3df0a85fed6e2d1a00ce06d2ab Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 27 May 2019 17:47:22 +0200 Subject: Separate out the time, zone, date code from corelib/tools/ We'll be adding calendar code here as well, and tools/ was getting rather crowded, so it looks like time to move out a reasonably coherent sub-bundle of it all. Change-Id: I7e8030f38c31aa307f519dd918a43fc44baa6aa1 Reviewed-by: Lars Knoll --- tests/auto/corelib/time/qdatetime/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/auto/corelib/time/qdatetime/.gitignore (limited to 'tests/auto/corelib/time/qdatetime/.gitignore') diff --git a/tests/auto/corelib/time/qdatetime/.gitignore b/tests/auto/corelib/time/qdatetime/.gitignore new file mode 100644 index 0000000000..7784f3a3eb --- /dev/null +++ b/tests/auto/corelib/time/qdatetime/.gitignore @@ -0,0 +1 @@ +tst_qdatetime -- cgit v1.2.3