Skip to content

Commit 27208de

Browse files
committed
Ignore the tempoary files
1 parent e96a172 commit 27208de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ main/php_config.h
109109
main/php_config.h.in
110110

111111
# Test specific Ignores
112+
tests/*/*.diff
113+
tests/*/*.out
114+
tests/*/*.php
115+
tests/*/*.exp
116+
tests/*/*.log
117+
tests/*/*.sh
112118
*/tests/*.diff
113119
*/tests/*.out
114120
*/tests/*.php
@@ -127,6 +133,12 @@ main/php_config.h.in
127133
*/*/tests/*.exp
128134
*/*/tests/*.log
129135
*/*/tests/*.sh
136+
*/*/tests/*/*.diff
137+
*/*/tests/*/*.out
138+
*/*/tests/*/*.php
139+
*/*/tests/*/*.exp
140+
*/*/tests/*/*.log
141+
*/*/tests/*/*.sh
130142

131143
# Extension specifc ignores
132144
ext/*/configure.in

0 commit comments

Comments
 (0)