nerd-fonts/.gitignore

46 lines
1.3 KiB
Text
Raw Permalink Normal View History

temp-glyph-source-fonts/*
2015-04-22 00:16:00 +02:00
temp/*
patched-fonts/Input*
gotta-patch-em-all: Add options to simplify patcher testing [why] When working on the font-patcher the developer needs to test the changes on a number of fonts. This is usually a manual call of `font-patcher` and afterwards a 'diff' of the newly created font with the 'old' font in the patched-fonts/ directory with fontforge (which has a font-compare option). If you run gotta-patch-em-all normally the newly generated font will replace the existing font and git will ALWAYS show it as different. The reason is that at least the timestamp in the generated font has changed. Far more easy would be if the new gotta-patch-em-all run could keep the previous timestamps, in that way one can immediately see that the old and new fonts are bitwise equal (via git). Furthermore if you expect a change and want to show the differences of old and new font in fontforge you need both fonts in the filesystem. But a normal gotta-patch-em-all run replaces the font. A different destination folder would help here. [how] Introduce two new (independent) options to a) keep the timestamp equal to previous patch run b) generate the fonts in a different directory While b) is straight forward, a) is a bit more complicated, esp because filenames can change and so on. So the script examines just one (1) random font in the specific font directory and uses its timestamp. In most cases this is correct enough if the developer uses gotta-patch-em-all consequently. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-01-05 09:23:36 +01:00
check-fonts/*
unpatched-sample-fonts/Input*
2016-11-13 18:22:40 +01:00
casks/*
archives/*
private.cfg
2017-11-18 16:02:22 +01:00
node_modules
2017-11-18 16:00:49 +01:00
# Only apps should have lockfiles
package-lock.json
2019-09-06 21:44:57 +02:00
# generated *.uuid files
*.uuid
bin/scripts/name_parser/__pycache__/*
bin/scripts/name_parser/log
# This is just needed for the cheat sheet and not go into the repo:
css/nerd-fonts-generated-removed.min.css
font-patcher-log.txt
# AUTOGENERATED lines follow, do not change or remove the comments
# Non-Repo-Released fonts, see fonts.json:
2023-11-21 08:30:43 +01:00
patched-fonts/0xProto/*
!patched-fonts/0xProto/README.md
patched-fonts/CascadiaMono/*
!patched-fonts/CascadiaMono/README.md
patched-fonts/CommitMono/*
!patched-fonts/CommitMono/README.md
patched-fonts/D2Coding/*
!patched-fonts/D2Coding/README.md
patched-fonts/GeistMono/*
!patched-fonts/GeistMono/README.md
patched-fonts/IntelOneMono/*
!patched-fonts/IntelOneMono/README.md
patched-fonts/IosevkaTermSlab/*
!patched-fonts/IosevkaTermSlab/README.md
patched-fonts/MartianMono/*
!patched-fonts/MartianMono/README.md
patched-fonts/Monaspace/*
!patched-fonts/Monaspace/README.md
2024-04-02 16:06:48 +02:00
patched-fonts/Recursive/*
!patched-fonts/Recursive/README.md
2024-04-02 18:23:04 +02:00
patched-fonts/UbuntuSans/*
!patched-fonts/UbuntuSans/README.md
2024-04-02 16:06:48 +02:00
patched-fonts/ZedMono/*
!patched-fonts/ZedMono/README.md
# AUTOGENERATED lines end