GNU bug report logs -
#43584
[PATCH 1/4] Update .gitignore files
Previous Next
Reported by: Ilya Leoshkevich <iii <at> linux.ibm.com>
Date: Wed, 23 Sep 2020 22:10:03 UTC
Severity: normal
Tags: patch
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 3 years and 107 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.