From 55e9f58fa7c551aebfd6084b778cd942fa8b20ce Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 28 May 2026 18:46:27 +0200 Subject: Update (fixes support for a few edge cases, and leaves nothing laying around) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- util/.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 util/.gitignore (limited to 'util/.gitignore') diff --git a/util/.gitignore b/util/.gitignore new file mode 100644 index 0000000..88f9aca --- /dev/null +++ b/util/.gitignore @@ -0,0 +1,18 @@ +*\#* +*~ +*.o +*.a +*.t +*.lo +*.to +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/tmpmount +/repodiff -- cgit v1.3.1