From 28bd3d91c404d8e59e0b92701dfa695a557d8e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Jorel?= Date: Tue, 28 Sep 2021 16:13:19 +0200 Subject: [PATCH] Ignore generated files by tests in extension skeleton --- ext/skeleton/.gitignore.in | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/ext/skeleton/.gitignore.in b/ext/skeleton/.gitignore.in index 91bef25220aaf..ae434fef9765c 100644 --- a/ext/skeleton/.gitignore.in +++ b/ext/skeleton/.gitignore.in @@ -26,10 +26,16 @@ Makefile.objects missing mkinstalldirs modules +php_test_results_*.txt +phpt.* +run-test-info.php run-tests.php -tests/*/*.diff -tests/*/*.out -tests/*/*.php -tests/*/*.exp -tests/*/*.log -tests/*/*.sh +tests/**/*.diff +tests/**/*.out +tests/**/*.php +tests/**/*.exp +tests/**/*.log +tests/**/*.sh +tests/**/*.db +tests/**/*.mem +tmp-php.ini