Skip to content

Commit

Permalink
Merge pull request #21 from dmurphy18/cleanup_release_2
Browse files Browse the repository at this point in the history
Updated .gitignore to ignore .cut_* files
  • Loading branch information
dmurphy18 authored Dec 5, 2024
2 parents 07ffe75 + dcf7381 commit 77e2b2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ jobs:
run: |
sha256sum linux/svtminion.sh | awk '{ print $1 }' > svtminion.sh.sha256
sha256sum windows/svtminion.ps1 | awk '{ print $1 }' > svtminion.ps1.sha256
ls -alh
git add svtminion.sh.sha256
git add svtminion.ps1.sha256
git commit -am "Update sha256 checksums" || git commit -am "Update sha256 checksums"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ MANIFEST
.pytest_cache
Pipfile.lock
.mypy_cache/*
.cut_*

# virtualenv
# - ignores directories of a virtualenv when you create it right on
Expand Down

0 comments on commit 77e2b2b

Please sign in to comment.