Skip to content

Commit 4334502

Browse files
committed
.gitignore: ignore copies of gettext message objects used for testing
If gettext() et al. come from musl libc, ./configure will make a copy of ext/gettext/tests/locale/en_US.UTF-8 without the ".UTF-8" suffix. We want to ignore the copy.
1 parent 8a6b172 commit 4334502

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ php
177177
/ext/*/configure.ac
178178
/ext/*/run-tests.php
179179

180+
# Generated by ./configure if libc might be musl
181+
/ext/gettext/tests/locale/en_US
182+
180183
# ------------------------------------------------------------------------------
181184
# Generated by Windows build system
182185
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)