From be7d3d69693b9d7c4f634b12669937624e49c9a1 Mon Sep 17 00:00:00 2001 From: Mengjuei Hsieh Date: Sun, 29 Mar 2020 10:46:28 -0700 Subject: [PATCH] WIP (#150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * minor change * editing suggestion from user https://github.com/openvanilla/McBopomofo/commit/385dba898d00460ab5ec3ce472b0db5febc7d0c0#r29930693 * fake phrase *約定俗成的注音。 * phrase update * fixing Makefile syntax --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bd1ec3ca..9ee091e3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ build project.xcworkspace xcuserdata Credits.rtf +# the executable we used to count the occurance of a string in a file +# that can be built by make -C Source/Data/bin/C_Version +# C_count.occ.exe