Skip to content

Commit 77e2b2b

Browse files
authored
Merge pull request #21 from dmurphy18/cleanup_release_2
Updated .gitignore to ignore .cut_* files
2 parents 07ffe75 + dcf7381 commit 77e2b2b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ jobs:
150150
run: |
151151
sha256sum linux/svtminion.sh | awk '{ print $1 }' > svtminion.sh.sha256
152152
sha256sum windows/svtminion.ps1 | awk '{ print $1 }' > svtminion.ps1.sha256
153-
ls -alh
154153
git add svtminion.sh.sha256
155154
git add svtminion.ps1.sha256
156155
git commit -am "Update sha256 checksums" || git commit -am "Update sha256 checksums"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ MANIFEST
2121
.pytest_cache
2222
Pipfile.lock
2323
.mypy_cache/*
24+
.cut_*
2425

2526
# virtualenv
2627
# - ignores directories of a virtualenv when you create it right on

0 commit comments

Comments
 (0)