From d15c2d0a2d2fbd14064ee424c0d6de6623fdf0de Mon Sep 17 00:00:00 2001 From: wenchun Date: Tue, 9 Jun 2026 19:05:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20MAVProxy/SITL=20?= =?UTF-8?q?=E7=94=A2=E7=94=9F=E7=9A=84=20tlog=20=E8=88=87=E5=8F=83?= =?UTF-8?q?=E6=95=B8=20dump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 誤在專案目錄開 SITL 會產生 mav.tlog / mav.tlog.raw / mav.parm, 加入忽略規則避免誤入版控。 Co-Authored-By: Claude Opus 4.8 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ac2d19f..aef82cb 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,8 @@ CLAUDE.md my_env_notes.md notes/ **/eeprom.bin + +# MAVProxy / SITL 執行產生的 log 與參數 dump +*.tlog +*.tlog.raw +mav.parm