From 334ae5d1b78d3820fbd59646353a954a4e2b3112 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 16 Jun 2026 07:53:07 -0700 Subject: [PATCH] Update .gitingore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7236839d3..e2e5e555c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,11 +8,14 @@ ReleaseExt/ _/ _TEST/ +tools/ +temp/ lib/abc* lib/m114* lib/bip* docs/ .cache/ +.vscode/ src/ext* src/xxx/ @@ -62,4 +65,4 @@ tags /cmake /cscope -abc.history \ No newline at end of file +abc.history