From ccf0f47c7fd280fba1fcc882a87bb28a417f6f76 Mon Sep 17 00:00:00 2001 From: Dominique FOURNIER Date: Fri, 7 May 2021 16:54:21 +0200 Subject: [PATCH] Update .gitignore --- Tests/.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Tests/.gitignore b/Tests/.gitignore index f98f0d8..db885d7 100644 --- a/Tests/.gitignore +++ b/Tests/.gitignore @@ -1,6 +1,6 @@ -/dblayerMySQLTest.php -/dblayerPostgreSQLTest.php -/dblayerSqliteTest.php -/dblayerooMySQLTest.php -/dblayerooPostgreSQLTest.php -/dblayerooSqliteTest.php +DblayerMySQLTest.php +DblayerPostgreSQLTest.php +DblayerSqliteTest.php +DblayerooMySQLTest.php +DblayerooPostgreSQLTest.php +DblayerooSqliteTest.php