summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-17 19:48:32 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-17 20:57:23 -0800
commitb82f32d708e1329d06829e8d2d3734433acf9af3 (patch)
treebe3b618170ad0fb2229e5701ed5c99384858a403
parent836f68dfb857148209ced264430583d99bbc4830 (diff)
downloadsed-b82f32d708e1329d06829e8d2d3734433acf9af3.tar.gz
maint: update .gitignore
-rw-r--r--lib/.gitignore5
-rw-r--r--m4/.gitignore3
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/.gitignore b/lib/.gitignore
index 66ca924..a3d90da 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -11,6 +11,7 @@
/alloca.in.h
/arg-nonnull.h
/assert.h
+/assert.in.h
/attribute.h
/basename-lgpl.c
/basename-lgpl.h
@@ -79,6 +80,7 @@
/ialloc.h
/idx.h
/ignore-value.h
+/intprops-internal.h
/intprops.h
/inttypes.h
/inttypes.in.h
@@ -174,9 +176,8 @@
/stdalign.in.h
/stdarg.h
/stdarg.in.h
-/stdbool.h
-/stdbool.in.h
/stdckdint.h
+/stdckdint.in.h
/stddef.h
/stddef.in.h
/stdint.h
diff --git a/m4/.gitignore b/m4/.gitignore
index dcd6f8d..e9d24cf 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -5,8 +5,10 @@
/alloca.m4
/arpa_inet_h.m4
/assert.m4
+/assert_h.m4
/btowc.m4
/builtin-expect.m4
+/c-bool.m4
/calloc.m4
/canonicalize.m4
/clock_time.m4
@@ -171,7 +173,6 @@
/std-gnu11.m4
/stdalign.m4
/stdarg.m4
-/stdbool.m4
/stddef_h.m4
/stdint.m4
/stdint_h.m4