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 e96a172 commit 27208deCopy full SHA for 27208de
.gitignore
@@ -109,6 +109,12 @@ main/php_config.h
109
main/php_config.h.in
110
111
# Test specific Ignores
112
+tests/*/*.diff
113
+tests/*/*.out
114
+tests/*/*.php
115
+tests/*/*.exp
116
+tests/*/*.log
117
+tests/*/*.sh
118
*/tests/*.diff
119
*/tests/*.out
120
*/tests/*.php
@@ -127,6 +133,12 @@ main/php_config.h.in
127
133
*/*/tests/*.exp
128
134
*/*/tests/*.log
129
135
*/*/tests/*.sh
136
+*/*/tests/*/*.diff
137
+*/*/tests/*/*.out
138
+*/*/tests/*/*.php
139
+*/*/tests/*/*.exp
140
+*/*/tests/*/*.log
141
+*/*/tests/*/*.sh
130
142
131
143
# Extension specifc ignores
132
144
ext/*/configure.in
0 commit comments