From b3c76f5191465f4fbe2de34e2b14ea1b9d7e3239 Mon Sep 17 00:00:00 2001 From: Mark Larah Date: Tue, 26 Aug 2025 22:00:28 -0500 Subject: [PATCH 1/2] updated location of ModelSim gitignore file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfcc49855b..2cff48991d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: | git clone --depth 1 https://github.com/github/gitignore.git - rm gitignore/Global/ModelSim.gitignore + rm gitignore/ModelSim.gitignore rm gitignore/Global/Images.gitignore cat gitignore/Node.gitignore gitignore/Global/*.gitignore > all.gitignore From e3b6808b43089e6295f95954f291e27441fb115e Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Thu, 28 Aug 2025 14:03:32 +0200 Subject: [PATCH 2/2] Update .github/workflows/ci.yml Co-authored-by: Mark Larah --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cff48991d..4c2f6e3e35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Check if commit contains files that should be ignored run: | - git clone --depth 1 https://github.com/github/gitignore.git + git clone --depth 1 https://github.com/github/gitignore.git --revision b19bb58983cdae1e3a3fd6eafba0b9f2ec3c53ca rm gitignore/ModelSim.gitignore rm gitignore/Global/Images.gitignore