From 18730e92ed9bfc75a419927508e889f5a17c582a Mon Sep 17 00:00:00 2001 From: Hu Chunming <2657262686@qq.com> Date: Fri, 1 Aug 2025 03:20:01 +0000 Subject: [PATCH] .o文件不提交 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f5ea517..cff9150 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ src/Makefile .gitignore src/decoder/Makefile bin/test_dec -3rdparty/* \ No newline at end of file +3rdparty/* + +*.o \ No newline at end of file -- libgit2 0.21.4