Skip to content

Commit 92c01a2

Browse files
committed
Update after gnulib changed.
1 parent 59b4d2b commit 92c01a2

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.gitignore

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,20 +434,22 @@ autom4te.cache/
434434
/srclib/*.stackdump
435435
/srclib/alloca.h
436436
/srclib/alloca.h-t
437+
/srclib/arg-nonnull.h
438+
/srclib/arg-nonnull.h-t
439+
/srclib/c++defs.h
440+
/srclib/c++defs.h-t
437441
/srclib/errno.h
438442
/srclib/errno.h-t
439443
/srclib/fcntl.h
440444
/srclib/fcntl.h-t
445+
/srclib/inttypes.h
446+
/srclib/inttypes.h-t
441447
/srclib/limits.h
442448
/srclib/limits.h-t
449+
/srclib/malloc/scratch_buffer.gl.h
450+
/srclib/malloc/scratch_buffer.gl.h-t
443451
/srclib/signal.h
444452
/srclib/signal.h-t
445-
/srclib/arg-nonnull.h
446-
/srclib/arg-nonnull.h-t
447-
/srclib/c++defs.h
448-
/srclib/c++defs.h-t
449-
/srclib/warn-on-use.h
450-
/srclib/warn-on-use.h-t
451453
/srclib/stdbool.h
452454
/srclib/stdbool.h-t
453455
/srclib/stddef.h
@@ -474,6 +476,10 @@ autom4te.cache/
474476
/srclib/unitypes.h-t
475477
/srclib/uniwidth.h
476478
/srclib/uniwidth.h-t
479+
/srclib/warn-on-use.h
480+
/srclib/warn-on-use.h-t
481+
/srclib/wchar.h
482+
/srclib/wchar.h-t
477483
# Erased by src/Makefile.
478484
/src/*.o
479485
/src/*.lo
@@ -499,6 +505,8 @@ autom4te.cache/
499505
# Erased by tests/Makefile.
500506
/tests/*.o
501507
/tests/*.lo
508+
/tests/is-native
509+
/tests/is-native.exe
502510
/tests/table-from
503511
/tests/table-from.exe
504512
/tests/table-to

0 commit comments

Comments
 (0)