From a6c3aad21f136f388fdda843d0608ca2261e3bd6 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 23 Oct 2019 17:43:13 -0600 Subject: [PATCH] gitignore: add the various autotools generated stuff --- cde/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cde/.gitignore b/cde/.gitignore index 9d102689..027bd10a 100644 --- a/cde/.gitignore +++ b/cde/.gitignore @@ -2440,3 +2440,19 @@ util/scripts/xmkmf debian/cde-desktop debian/patches debian/.debhelper + +# autotools things... +Makefile.in +.deps +aclocal.m4 +autom4te.cache/ +config.log +config.status +configure +include/config.h +include/config.h.in +include/stamp-h1 +libtool +m4/ + + -- 2.25.1