Skip to content

Commit

Permalink
Removing pycache files from dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
icing committed Jul 12, 2023
1 parent 3c03ac9 commit 0948d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ EXTRA_DIST = modules pyhttpd unit

dist-hook:
rm -rf $(distdir)/pyhttpd/htdocs/test1/apache.org-files
rm -rf $(distdir)/pyhttpd/__pycache__
rm -rf $(distdir)/modules/*/__pycache__


if BUILD_UNIT_TESTS
Expand Down

0 comments on commit 0948d8d

Please sign in to comment.