Skip to content

Commit

Permalink
PATCHES directory should not be part of release tarball triton-dehydr…
Browse files Browse the repository at this point in the history
…ated#67 (#68)

Reviewed by: Brianna Bennett
Reviewed by: Dan McDonald <[email protected]>
  • Loading branch information
teutat3s authored Aug 15, 2024
1 parent c6a5a22 commit b7a928b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ release: clean .version $(ARCHIVE)
$(ARCHIVE): clean $(SCRIPT) patch .version
find . -type f \
-not -path '*/.git/*' \
-not -path '*/PATCHES/*' \
-not -name '.git*' \
-not -name '.travis.yml' \
-not -name 'Makefile' \
Expand Down

0 comments on commit b7a928b

Please sign in to comment.