unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* 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

* bug#71378: [PATCH] ; * .gitignore: Add lib/endian.h.
  2024-06-05 11:24 bug#71378: [PATCH] ; * .gitignore: Add lib/endian.h Collin Funk
@ 2024-06-05 12:33 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-06-05 12:33 UTC (permalink / raw)
  To: Collin Funk; +Cc: 71378-done

> From: Collin Funk <collin.funk1@gmail.com>
> Date: Wed, 05 Jun 2024 04:24:52 -0700
> 
> 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.

Thanks, installed on the master branch, and closing the bug.





^ permalink raw reply	[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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).