We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d28c3 commit 3c52db1Copy full SHA for 3c52db1
ext/skeleton/.gitignore.in
@@ -26,10 +26,16 @@ Makefile.objects
26
missing
27
mkinstalldirs
28
modules
29
+php_test_results_*.txt
30
+phpt.*
31
+run-test-info.php
32
run-tests.php
-tests/*/*.diff
-tests/*/*.out
-tests/*/*.php
33
-tests/*/*.exp
34
-tests/*/*.log
35
-tests/*/*.sh
+tests/**/*.diff
+tests/**/*.out
+tests/**/*.php
36
+tests/**/*.exp
37
+tests/**/*.log
38
+tests/**/*.sh
39
+tests/**/*.db
40
+tests/**/*.mem
41
+tmp-php.ini
0 commit comments