From 13ef4131c54e11dccab10d843c52e7879e5da762 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/ed7b5fefb149298b7edcebc60d816152abb6323b#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