From: Collin Funk <collin.funk1@gmail.com>
To: 71378@debbugs.gnu.org
Subject: bug#71378: [PATCH] ; * .gitignore: Add lib/endian.h.
Date: Wed, 05 Jun 2024 04:24:52 -0700 [thread overview]
Message-ID: <878qzj6397.fsf@gmail.com> (raw)
[-- 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
next reply other threads:[~2024-06-05 11:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 11:24 Collin Funk [this message]
2024-06-05 12:33 ` bug#71378: [PATCH] ; * .gitignore: Add lib/endian.h Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878qzj6397.fsf@gmail.com \
--to=collin.funk1@gmail.com \
--cc=71378@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.