We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b4fe4 commit 4161f56Copy full SHA for 4161f56
1 file changed
.github/workflows/ci.yml
@@ -52,10 +52,10 @@ jobs:
52
53
- name: Check if commit contains files that should be ignored
54
run: |
55
- git clone --depth 1 https://github.com/github/gitignore.git --revision b19bb58983cdae1e3a3fd6eafba0b9f2ec3c53ca
+ git clone --depth 1 https://github.com/github/gitignore.git
56
57
- rm gitignore/ModelSim.gitignore
58
- rm gitignore/Global/Images.gitignore
+ rm -f gitignore/Global/ModelSim.gitignore
+ rm -f gitignore/Global/Images.gitignore
59
cat gitignore/Node.gitignore gitignore/Global/*.gitignore > all.gitignore
60
61
IGNORED_FILES=$(git ls-files --cached --ignored --exclude-from=all.gitignore)
0 commit comments