summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-14 15:08:50 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-14 15:08:50 +0800
commitc3488db653a99654163d7a44a2fc6fdca9e8883f (patch)
tree12d0d0580f317914d551bd86a18ee66f38a96cd2
parentcd8659a2748c8afe04e3c8e0964845a84ed739df (diff)
downloadlibpinyin-c3488db653a99654163d7a44a2fc6fdca9e8883f.tar.gz
libpinyin-c3488db653a99654163d7a44a2fc6fdca9e8883f.tar.xz
libpinyin-c3488db653a99654163d7a44a2fc6fdca9e8883f.zip
update .gitignore
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3adfb6d..1d8db03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,6 @@ src/lookup/liblookup.a
src/storage/libstorage.a
tests/include/test_memory_chunk
tests/lookup/test_phrase_lookup
-tests/lookup/test_simple_lookup
tests/storage/test_flexible_ngram
tests/storage/test_ngram
tests/storage/test_parser
@@ -42,15 +41,18 @@ tests/storage/test_parser2
tests/storage/test_phrase_index
tests/storage/test_phrase_index_logger
tests/storage/test_phrase_table
-tests/storage/test_pinyin_index
tests/test_chewing
tests/test_phrase
tests/test_pinyin
+tests/lookup/test_pinyin_lookup
+tests/storage/test_chewing_table
+tests/storage/test_pinyin_table
utils/segment/ngseg
utils/segment/spseg
utils/storage/export_interpolation
utils/storage/gen_binary_files
utils/storage/gen_pinyin_table
+utils/storage/gen_chewing_table
utils/storage/gen_zhuyin_map
utils/storage/import_interpolation
utils/training/estimate_interpolation