- .gitignore: 补充 tests/unit/test_server,避免误提交编译产物 - .cocoon-plan.md: 新增 signal handler cleanup bug 和中文注释完善到待办池
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
# 忽略构建产物
|
|
*.o
|
|
cocoon
|
|
|
|
# 忽略测试二进制文件和上传目录
|
|
tests/unit/test_config
|
|
tests/unit/test_http
|
|
tests/unit/test_log
|
|
tests/unit/test_multipart
|
|
tests/unit/test_static
|
|
tests/unit/test_server
|
|
tests/fixtures/uploads/
|