From 80a6c7faa2d9cd6f00d512e58fcbbc63f5bcb520 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 1 Jul 2023 11:31:41 -0700 Subject: [PATCH] maint: update .gitignore Add some newly-created Gnulib files, plus some bootstrap temporaries. --- .gitignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 431616beb9..93abb8e182 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,19 @@ *.I[12] -*.[EIOX] +*.[EIOXao] *.bak *.gcda *.gcno -*.o -*.a *~ ._bootmp .deps .gdb-history .kludge-stamp .version +/*.patch +/.Tpo +/.am* +/.re-list +/.sc-start-* /ABOUT-NLS /ChangeLog /GNUmakefile @@ -111,7 +114,12 @@ /lib/sys/ /lib/termios.h /lib/time.h +/lib/uchar.h +/lib/unicase.h +/lib/unicase/ /lib/unictype +/lib/unictype.h +/lib/uninorm.h /lib/unistd.h /lib/unistr /lib/unistr.h @@ -200,6 +208,7 @@ /tests/factor/t[0-9][0-9].sh /tests/t? /tests/test-suite.log +/tight-scope.mk ID Makefile Makefile.in -- 2.47.2