From f76a6601b3d9f0b643b52f4d37c22075ac4c1d78 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 18 Feb 2025 22:57:59 +0100 Subject: Ignore build directories and other generated files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 026b82e7..f6dea812 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,9 @@ Makefile Makefile.in configure compile -build +/build*/ +test-driver +configure~ aclocal.m4 depcomp install-sh -- cgit v1.2.3