mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
- Added entries to .gitignore for temporary test files. - Included a message to display MSVC value during build. - Added UTF-8 compile option for MSVC in unittest CMakeLists.
20 lines
165 B
Plaintext
20 lines
165 B
Plaintext
tags
|
|
*.demo
|
|
*swp
|
|
*.out
|
|
*.o
|
|
*.d
|
|
*.ut
|
|
log
|
|
main
|
|
lib*.a
|
|
*_demo
|
|
segdict*
|
|
prior.gbk
|
|
tmp
|
|
t.*
|
|
*.pid
|
|
build
|
|
Testing/Temporary/CTestCostData.txt
|
|
Testing/Temporary/LastTest.log
|