Skip to content

Commit

Permalink
.gitignore: ignore gettext test data symlink used on musl
Browse files Browse the repository at this point in the history
If gettext() et al. come from musl libc, ./configure will symlink
ext/gettext/tests/locale/en_US.UTF-8 to en_US (without the ".UTF-8"
suffix). We want to ignore the symlink.
  • Loading branch information
orlitzky committed Dec 19, 2024
1 parent a705006 commit 385a91f
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 385a91f

Please sign in to comment.