From c2591508b2fe9595754fba664140699040d2b332 Mon Sep 17 00:00:00 2001 From: "ekko.bao" Date: Sat, 3 May 2025 17:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9D=9C=E6=85=8B=E5=9C=96?= =?UTF-8?q?=E7=89=87=E9=A1=AF=E7=A4=BA=E7=9A=84pipeline=EF=BC=8C=E7=B7=A8?= =?UTF-8?q?=E8=AD=AFok=EF=BC=8C=E5=8F=AF=E4=BB=A5=E9=81=8B=E8=A1=8C?= =?UTF-8?q?=EF=BC=8C=E4=BD=86=E6=98=AF=E9=82=84=E6=B2=92=E9=A9=97=E8=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + compile_commands.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 compile_commands.json diff --git a/.gitignore b/.gitignore index 34b8173..df4d85a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ build/ .vscode/ +compile_commands.json diff --git a/compile_commands.json b/compile_commands.json deleted file mode 120000 index 95eca4c..0000000 --- a/compile_commands.json +++ /dev/null @@ -1 +0,0 @@ -./compile_commands.json \ No newline at end of file