.gitignore: include m4/build-to-host.m4

When the build environment is different from the target runtime
environment, file names may need to be converted from the build env
syntax to the target env syntax. This is handled by some generated
macros. This must be ignored by git.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
Fernando Fernandez Mancera 2024-02-20 12:12:03 +01:00
parent 14e7220f5f
commit 8d639abb2f

1
.gitignore vendored
View File

@ -183,6 +183,7 @@ test-*.trs
/src/nm-online/nm-online
/m4/build-to-host.m4
/m4/codeset.m4
/m4/gettext.m4
/m4/glibc2.m4