From 5c8e86f8f25af17dd7b285b580c0054de78adb3d Mon Sep 17 00:00:00 2001 From: cncsmonster Date: Wed, 17 Jan 2024 10:27:19 +0800 Subject: [PATCH] =?UTF-8?q?ignore=20=E7=BC=96=E8=AF=91=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cd0d007..29d52f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ -*.sh \ No newline at end of file +# 忽略如下任意层级目录中的如下名字目录中的内容 +# logs,asm,my_asm,exec,my_exec,out,my_out,time +**/logs/* +**/asm/* +**/my_asm/* +**/exec/* +**/my_exec/* +**/out/* +**/my_out/* +**/time/* +*.log +*.sh +*log +