On Tuesday 25 August 2009 19:27:23 Kirill Smelkov wrote:
Signed-off-by: Kirill Smelkov kirr@mns.spb.ru
fonts/.gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/fonts/.gitignore b/fonts/.gitignore index a857f0d..523a9a4 100644 --- a/fonts/.gitignore +++ b/fonts/.gitignore @@ -37,3 +37,61 @@ /vgasysg.fon /vgasysr.fon /vgasyst.fon
+courier-1250-96-13.fnt
[...]
+system-950-96-16.fnt
Git knows shell glob patterns so why not just a line:
*.fnt
http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
On Tue, 25 Aug 2009, Paul Chitescu wrote: [...]
+courier-1250-96-13.fnt
[...]
+system-950-96-16.fnt
Git knows shell glob patterns so why not just a line:
*.fnt
Because that's less accurate. In particular, if we remove a font, the corresponding .fnt file would still be ignored.