Skip to content

Commit

Permalink
Ignore *.py in make no-exes
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoz committed Oct 9, 2015
1 parent feb0b7d commit 2e943be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ no-exes:
find $$(git ls-files) -type f \
\( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
-not -name configure -not -name '*.sh' -not -name '*.rs' \
-not -wholename "*/rust-installer/*" | \
-not -name '*.py' -not -wholename "*/rust-installer/*" | \
grep '.*' \
&& exit 1 || exit 0

Expand Down

0 comments on commit 2e943be

Please sign in to comment.