Skip to content

Commit 7d0e291

Browse files
nielsdoscharmitro
authored andcommitted
Add .gitignore section for additional test build files
[ci skip] For now this is only for the bad_cmd.exe, but we may add more entries. Closes phpGH-17753.
1 parent 8740c41 commit 7d0e291

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ tmp-php.ini
290290
/junit.out.xml
291291
/.ccache/
292292

293+
# ------------------------------------------------------------------------------
294+
# Additional test build files
295+
# ------------------------------------------------------------------------------
296+
/ext/standard/tests/helpers/bad_cmd.exe
297+
293298
# ------------------------------------------------------------------------------
294299
# Special cases to invert previous ignore patterns
295300
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)