From b64f3add27bac6914ea1f8b2a5e801c7f73bcc76 Mon Sep 17 00:00:00 2001
From: Vika <vika@fireburn.ru>
Date: Thu, 3 Mar 2022 00:04:16 +0300
Subject: fonts: init font update script

This will be used to embed fonts into the executable to not rely on
Google Fonts anymore.
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index fbaa011..e4d4a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,5 @@ dump.rdb
 .\#*
 .*~
 *~
-/test-dir
\ No newline at end of file
+/test-dir
+fonts/*
-- 
cgit 1.4.1