From a6528cdfd685bf52719ee7df0789ac578b2b7385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 22 Mar 2024 08:48:24 +0800 Subject: [PATCH] Chore: simpify gitignore [ci skip] And make scc happy --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6a7a1952..9af64d1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -**/build/ -**/.vscode/ -**/.cache/ -**/.kdev4/ -**/.DS_Store -/.vs +build/ +.vs/ +.vscode/ +.cache/ +.kdev4/ +.DS_Store cscope.* tags fastfetch.kdev4