From 0eec5d3d9202df7abf1b211b6084c0ee6a6daf5e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 18 Oct 2023 20:51:16 -0400 Subject: [PATCH] .gitignore: ignore the two woff2 output files GNU Make automatically removes these "intermediate files," but ignoring them is The Right Thing to do. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6da536a..9e03b53 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ day.min.svg index.html CharmBypass-Regular.base64 CharmBypass-Bold.base64 +CharmBypass-Regular.woff2 +CharmBypass-Bold.woff2 -- 2.44.2