Skip to content

Commit

Permalink
chore: Specify full list of git src files to be excluded from comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed May 14, 2024
1 parent 93eb129 commit d99b6b6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions rel-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,27 @@ download-zip() {
# A list of globs to exclude when diffing between source archives and git
# source tree.
declare DIFF_EXCLUDES=(
.cirrus.yml
.clang-format
.codespellrc
.config.yml
.editorconfig
.git
.gitattributes
.github
.gitignore
.gitmodules
_config.yml
ci
ci-legacy
codecov.yml
git-hooks
src/libsexpp/.clangformat
src/libsexpp/.git
src/libsexpp/.gitattributes
src/libsexpp/.github
src/libsexpp/.gitignore
src/libsexpp/codecov.yml
)

# Diff between SRCDIR and expanded archives
Expand Down

0 comments on commit d99b6b6

Please sign in to comment.