From 8d639abb2f75cbe80012d64dfae3be844e5f9348 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Tue, 20 Feb 2024 12:12:03 +0100 Subject: [PATCH] .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 42e24fe416..eff0e18cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -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