about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-05-01 11:51:31 +0200
committersternenseemann <sternenseemann@systemli.org>2022-05-01 11:52:11 +0200
commit0431d78fa421b6d9d6b221a1b796018c50a95af8 (patch)
treed8569398be5124078fd22d352e1525be9f605fdd
parentbf3167a5371bcb9d527907a9d3ef0e31677b3f68 (diff)
chore: ignore test font directory
I personally have unifont*.ttf and a few other test fonts in the fonts
directory.
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 95f2b3a..4ca41ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-#*.ttf
 result*
 *.o
 *.a
@@ -7,3 +6,6 @@ result*
 .dep**
 .target.*
 .lock.*
+
+# directory used to store fonts for testing
+/fonts