From e5a582bff1fd3fb05b705dfddd3f087613ef54c2 Mon Sep 17 00:00:00 2001 From: q191201771 <191201771@qq.com> Date: Sat, 11 May 2024 10:49:41 +0800 Subject: [PATCH] =?UTF-8?q?[chore]=20=E6=8F=90=E4=BA=A4git=E6=97=B6?= =?UTF-8?q?=E5=BF=BD=E7=95=A5.=5F*.go=E6=96=87=E4=BB=B6=EF=BC=8Cmake=20cle?= =?UTF-8?q?an=E6=97=B6=E6=B8=85=E9=99=A4=E8=BF=99=E4=BA=9B=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ script/clean.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 85c74f33..ab53353b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +._*.go + /app/demo/push_rtmp_hook /app/demo/parse_ts/ diff --git a/script/clean.sh b/script/clean.sh index 7db74fe1..c7a7693b 100755 --- a/script/clean.sh +++ b/script/clean.sh @@ -23,3 +23,4 @@ rm -rf *.laldump *.log rm -rf ./release ./bin ./lal_record ./logs find ./pkg -name 'lal_record' | xargs rm -rf find ./pkg -name 'logs' | xargs rm -rf +find . -type f -name "._*.go" -print0 | xargs -0 rm -f