From ca23080bcb7900f2a1d12107e2299234f7626ad1 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Fri, 28 Jun 2024 20:54:40 -0500 Subject: [PATCH] git: Ignore compiled output --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index fc8415b..5bb49be 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,26 @@ config.h.in config.h config.status +# Compiled output +*.o +*.a +libhfs/os.c +hattrib +hcd +hcopy +hdel +hdir +hformat +hfsutil +hls +hmkdir +hmount +hpwd +hrename +hrmdir +humount +hvol + # Vim *.swp *.swo