From 8ed180b03ccba9c0b056f1e6b24642f89782bfd3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 24 Jul 2022 15:50:36 -0700 Subject: Update .gitignore * .gitignore: Redo for current sources. --- .gitignore | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index fff2a7c2..e3e37559 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,32 @@ -/ABOUT-NLS -/build-aux -*.a +*.[aios] +*.[gx]z +*.bz2 +*.cache +*.diff *.la *.lo -*.o +*.orig +*.patch +*.rej *.so +*DISTFILES *~ -.bootstrap .deps .emacs* -.libs .gdbinit -ChangeLog -INSTALL -Make.rules +/.bootstrap +/ABOUT-NLS +/ChangeLog +/INSTALL +/Make.rules +/aclocal.m4 +/build-aux +/conf* +!/configure.ac +/gnu/ +/m4/ +/rmt/ +/stamp-h1 Makefile Makefile.in -aclocal.m4 -autom4te.cache -config.h -config.h.in -config.log -config.status -configure -gnu -libtool -m4 -rmt -stamp-h1 TAGS -- cgit v1.2.1