This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
freetype
mirror of
https://github.com/freetype/freetype
Watch
1
Star
0
Fork
You've already forked freetype
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
98283cb30f
freetype
/
.gitignore
8 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
.gitignore: Add `subprojects` directory, fix some patterns.
2021-05-24 09:24:36 +03:00
/build/
/config.mk
[dlg] Move the headers to include/dlg to simplify their use. * autogen.sh, builds/toplevel.mk: Copy headers to incluide/dlg. * builds/freetype.mk, builds/windows/vc2010/freetype.vcxproj: Simplify included path. * include/freetype/internal/ftdebug.h: Simplify #include. * src/dlg/rules.mk, .gitignore: Updated.
2021-01-07 08:13:23 +03:00
include/dlg/
Update `.gitignore`.
2020-12-02 00:38:45 +03:00
src/dlg/dlg.c
.gitignore: Add `subprojects` directory, fix some patterns.
2021-05-24 09:24:36 +03:00
subprojects/*
!subprojects/*.wrap
[meson] Add first regression test to FreeType * tests/README.md: documentation explaining how to build and run the tests with the Meson build. * tests/scripts/download-test-fonts.sh: Simple script to download test font files to the 'tests/data/' folder. * meson.build, meson_options.txt, tests/meson.build: Add 'tests' option to enable building and running the test programs, disabled by default. * tests/issue-1063/main.c: Simple regression test to exhibit issue 1063. * .gitignore: Ignore the content of the tests/data/ folder for now.
2021-06-16 00:12:57 +03:00
/tests/data/*