diff options
author | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 11:04:43 -0400 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 11:04:43 -0400 |
commit | a7290bf6598b103a0fcdb5ce25182e83c00e881b (patch) | |
tree | ce1128a9020335884c2700eea5d502e69f47bf77 /.gitignore | |
parent | b4326772157dd77fe2d769a03611a1dca14a10e2 (diff) |
Isolate embedded font data
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,15 +1,16 @@ -makefont/makefont -pdf/*.pdf +*.0 +coverage +font/CalligrapherRegular.json +font/CalligrapherRegular.z +font/Ubuntu-* +internal/files/bin/bin look +makefont/makefont open +**/*.out +pdf/*.pdf pdf.txt private *.sublime* -font/Ubuntu-* -*.0 *.swp -**/*.out **/*.test -font/CalligrapherRegular.json -font/CalligrapherRegular.z -coverage |