From da5c4f8143ebd99bb44403791e0aea904d7d9218 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 6 Oct 2023 16:35:07 +0300 Subject: [PATCH] gitignore: Ignore files with a ~ suffix These can be generated as "configure~" when running autoreconf. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3a65450..d193505 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.lo *.la +*~ .deps .libs .dirstamp