update gitignore for generated build files
All checks were successful
Source release / source-package (push) Successful in 59s

This commit is contained in:
Mario Fetka
2026-04-29 22:08:19 +02:00
parent aa21610bec
commit 86b35c16df

8
.gitignore vendored
View File

@@ -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/