emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43584: closed ([PATCH 1/4] Update .gitignore files)


From: GNU bug Tracking System
Subject: bug#43584: closed ([PATCH 1/4] Update .gitignore files)
Date: Mon, 04 Apr 2022 18:49:02 +0000

Your message dated Mon, 4 Apr 2022 11:48:23 -0700
with message-id <bad369ab-c2fa-15ba-4377-a36ef94ed81a@cs.ucla.edu>
and subject line Re: [PATCH 1/4] Update .gitignore files
has caused the debbugs.gnu.org bug report #43584,
regarding [PATCH 1/4] Update .gitignore files
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43584: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43584
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/4] Update .gitignore files Date: Thu, 24 Sep 2020 00:08:54 +0200
On my s390x Fedora 31 machine there are a bunch of extra files copied to
lib and m4 directories.  Add them to .gitignore.
---
 lib/.gitignore | 14 ++++++++++++++
 m4/.gitignore  |  3 +++
 2 files changed, 17 insertions(+)

diff --git a/lib/.gitignore b/lib/.gitignore
index 0ebea44..d416fe7 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -95,6 +95,7 @@
 /gnulib.mk
 /ignore-value.h
 /intprops.h
+/inttypes.h
 /isnan.c
 /isnand-nolibm.h
 /isnand.c
@@ -227,3 +228,16 @@
 /xsize.h
 /yesno.c
 /yesno.h
+/inttypes.in.h
+/windows-initguard.h
+/windows-mutex.c
+/windows-mutex.h
+/windows-once.c
+/windows-once.h
+/windows-recmutex.c
+/windows-recmutex.h
+/windows-rwlock.c
+/windows-rwlock.h
+/arg-nonnull.h
+/c++defs.h
+/warn-on-use.h
diff --git a/m4/.gitignore b/m4/.gitignore
index 3a642e5..640ddd3 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -156,3 +156,6 @@
 /xsize.m4
 /year2038.m4
 /yesno.m4
+/inttypes.m4
+/open-slash.m4
+/zzgnulib.m4
-- 
2.25.4




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/4] Update .gitignore files Date: Mon, 4 Apr 2022 11:48:23 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Thanks, I think we've added those .gitignore entries to gzip's development version now. Closing the bug report.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]