From: Michael Orlitzky Date: Thu, 19 Oct 2023 00:51:16 +0000 (-0400) Subject: .gitignore: ignore the two woff2 output files X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=0eec5d3d9202df7abf1b211b6084c0ee6a6daf5e;p=charm-bypass.git .gitignore: ignore the two woff2 output files GNU Make automatically removes these "intermediate files," but ignoring them is The Right Thing to do. --- 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