From 86b35c16df3dc4b209d6d7e2251f0236f279c87b Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 29 Apr 2026 22:08:19 +0200 Subject: [PATCH] update gitignore for generated build files --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b752aff..f139568 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ .#* \#*# +# autoconf cache +/autom4te.cache/ + # configure/build outputs /config.cache /config.log @@ -33,7 +36,7 @@ /po/*.2po /po/remove-potcdate.sed -# objects and dependency dirs +# object files and dependency dirs *.o .deps/ .dirstamp @@ -54,6 +57,3 @@ /ipx-utils-*.tar.bz2 /ipx-utils-*.zip /ipx-utils-*/ - -# autoconf cache -/autom4te.cache/