Skip to content

Commit 3c52db1

Browse files
rjorelnikic
authored andcommitted
Ignore generated files by tests in extension skeleton
Closes GH-7523.
1 parent 26d28c3 commit 3c52db1

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

ext/skeleton/.gitignore.in

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,16 @@ Makefile.objects
2626
missing
2727
mkinstalldirs
2828
modules
29+
php_test_results_*.txt
30+
phpt.*
31+
run-test-info.php
2932
run-tests.php
30-
tests/*/*.diff
31-
tests/*/*.out
32-
tests/*/*.php
33-
tests/*/*.exp
34-
tests/*/*.log
35-
tests/*/*.sh
33+
tests/**/*.diff
34+
tests/**/*.out
35+
tests/**/*.php
36+
tests/**/*.exp
37+
tests/**/*.log
38+
tests/**/*.sh
39+
tests/**/*.db
40+
tests/**/*.mem
41+
tmp-php.ini

0 commit comments

Comments
 (0)