Skip to content

Commit

Permalink
.gitignore: ignore copies of gettext message objects used for testing
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
orlitzky committed Dec 18, 2024
1 parent 8a6b172 commit 4334502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ php
/ext/*/configure.ac
/ext/*/run-tests.php

# Generated by ./configure if libc might be musl
/ext/gettext/tests/locale/en_US

# ------------------------------------------------------------------------------
# Generated by Windows build system
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 4334502

Please sign in to comment.