From df6f68f37e0ee0f3fe5f512e89ff41efc74fc1cf Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Mon, 15 Dec 2025 12:05:20 +0100 Subject: [PATCH] Ignore aclocal.m4 and configure files Both are generated files and can be ignored. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f502038..26cbecb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ *.o *.a *.lo +aclocal.m4 autom4te.cache config.log config.status +configure configure.lineno Makefile Makefile.in @@ -18,4 +20,4 @@ temp *.suo *.user *.userosscache -*.sln.docstates \ No newline at end of file +*.sln.docstates