From ca8c588be4c779484c344aa07f83eec6699b2440 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 15 Nov 2024 08:11:04 -0700 Subject: [PATCH] ci: Delete stray files --- .gitignore | 2 ++ ci/example.json | 1 - ci/step.json | 1 - ci/system.json | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 ci/example.json delete mode 100644 ci/step.json delete mode 100644 ci/system.json diff --git a/.gitignore b/.gitignore index 779fc7c..467ae93 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ result* +/ci/*.json + *.o *.out diff --git a/ci/example.json b/ci/example.json deleted file mode 100644 index 219f6a5..0000000 --- a/ci/example.json +++ /dev/null @@ -1 +0,0 @@ -migrate diff --git a/ci/step.json b/ci/step.json deleted file mode 100644 index b9104a5..0000000 --- a/ci/step.json +++ /dev/null @@ -1 +0,0 @@ -"migrate" diff --git a/ci/system.json b/ci/system.json deleted file mode 100644 index 54d5bb5..0000000 --- a/ci/system.json +++ /dev/null @@ -1 +0,0 @@ -"aarch64-darwin"