* bug#71378: [PATCH] ; * .gitignore: Add lib/endian.h.
@ 2024-06-05 11:24 Collin Funk
2024-06-05 12:33 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Collin Funk @ 2024-06-05 11:24 UTC (permalink / raw)
To: 71378
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
Hi,
One of the recent gnulib imports brought in lib/endian.h.in for some
macro definitions. The generated header didn't get added to the
gitignore.
Collin
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-.gitignore-Add-lib-endian.h.patch --]
[-- Type: text/x-patch, Size: 510 bytes --]
From cb2e10f73bdee4538a136825f2e0f14f500539c4 Mon Sep 17 00:00:00 2001
From: Collin Funk <collin.funk1@gmail.com>
Date: Wed, 5 Jun 2024 04:13:32 -0700
Subject: [PATCH] ; * .gitignore: Add lib/endian.h.
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 52d328a9357..eb76ff330b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,6 +78,7 @@ lib/alloca.h
lib/assert.h
lib/byteswap.h
lib/dirent.h
+lib/endian.h
lib/errno.h
lib/execinfo.h
lib/fcntl.h
--
2.45.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-05 12:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 11:24 bug#71378: [PATCH] ; * .gitignore: Add lib/endian.h Collin Funk
2024-06-05 12:33 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.