From e4f64347c915ddd38bef07ab909356ca84298dd0 Mon Sep 17 00:00:00 2001 From: Ryan Trinkle Date: Mon, 10 Apr 2023 22:26:09 -0400 Subject: [PATCH] Add a few things to .gitignore --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 75a909a..629ea5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ -# Ignore all files without a dot in them (usually binaries) -* -!*.* - *.dump-* *.hi +*.*_hi *.o +*.*_o