From c80f58eab4c310d96fb46b6b1204fa98dd780265 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 14 Sep 2025 15:58:33 +0200 Subject: .gitignore: Add .hi files generated by the compiler --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b25c15b..457f03d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +*.hi -- cgit v1.2.3