From 146e6a471d8018328e3707bd3d6c305daad8a63b Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 16 Jul 2015 04:17:39 +0200 Subject: [PATCH] gitignore to avoid tracking compiled files --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..742dbbe --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +/bin/ +/src/bin-stamp +/lib/ + +/doc/unifont.* +!/doc/unifont.texi + +/font/compiled/ +/font/plane01/all/ +/font/ttfsrc/ +/font/precompiled/* +!/font/precompiled/Makefile + +/hangul/chojung-syllables.hex +/hangul/chojung-syllables/ +/hangul/ksx-syllables.hex +/hangul/ksx-syllables/ +/hangul/syllables/ +/hangul/precompiled/ -- 2.30.0