From 241c7dc257101133f6adec94efea5d31778787e6 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 24 Oct 2019 12:41:33 -0600 Subject: [PATCH] gitignore: add more build artifacts --- cde/.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cde/.gitignore b/cde/.gitignore index 77d555c3..e8edc478 100644 --- a/cde/.gitignore +++ b/cde/.gitignore @@ -2443,7 +2443,6 @@ debian/.debhelper # autotools things... Makefile.in -.deps aclocal.m4 autom4te.cache/ config.log @@ -2461,6 +2460,10 @@ depcomp install-sh ltmain.sh missing - +*.lo +*.la +.libs +.deps +.objs -- 2.25.1