From 9fcb21cae69936521358f42ca816f235f41c7f98 Mon Sep 17 00:00:00 2001 From: carbon Date: Sat, 15 Jun 2024 13:10:54 +0800 Subject: [PATCH] fix root dir .gitignore Signed-off-by: carbon --- .gitignore | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index facd0135ea..f41f4beb64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,22 @@ -build -freertos -fsbl + +install/ +out/ + host-tools -isp_tuning -linux_5.10 -middleware -opensbi -osdrv -ramdisk -u-boot-2021.10 -buildroot-2021.05 -oss -cviruntime -cvikernel -cvimath -cvibuilder -cnpy -flatbuffers -install +host-tools/ + +*~ +*.swp +*.swo +*.bak +*.rej +.DS_Store + +tags +.tags* +cscope.* +ncscope.* +.svim +__pycache__ +.vscode