From 5c9a9ee60e7c0bdd1e62c6b974484ddee5755bc8 Mon Sep 17 00:00:00 2001 From: Stefan Vigerske Date: Tue, 30 Apr 2024 10:17:35 +0200 Subject: [PATCH] add autotools cache file to .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b98db16..f28ec2dc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,9 @@ # Ignore files created during unit tests **/MSVisualStudio/**/*.mps **/MSVisualStudio/**/*.lp -**/MSVisualStudio/**/*.out \ No newline at end of file +**/MSVisualStudio/**/*.out + +# Ignore autotools cache files +aclocal.m4* +acinclude.m4 +autom4te*