summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Huang <jserv@0xlab.org>2011-12-02 01:49:04 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-02 10:40:24 +0800
commit1e9eafd096f28e88766d5cf26c1ccf4b336a1706 (patch)
treee0a3b1726fb4bc8200b979041d3ffa2cba6234ad
parentd66265a28a2e85e520c39e4db5d24ae0166f4811 (diff)
downloadlibpinyin-1e9eafd096f28e88766d5cf26c1ccf4b336a1706.tar.gz
libpinyin-1e9eafd096f28e88766d5cf26c1ccf4b336a1706.tar.xz
libpinyin-1e9eafd096f28e88766d5cf26c1ccf4b336a1706.zip
update .gitignore for executables and database
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d8fbe5a..3adfb6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,12 +29,16 @@ cscope.*
*.la
libpinyin.pc
libpinyin.spec
+libpinyin.so*
+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
+tests/storage/test_parser2
tests/storage/test_phrase_index
tests/storage/test_phrase_index_logger
tests/storage/test_phrase_table
@@ -72,6 +76,7 @@ data/gbk_char.table
data/interpolation.text
data/phrase_index.bin
data/pinyin_index.bin
+data/user.db
CMakeFiles
CMakeCache.txt
cmake_install.cmake