Skip to content

Commit 1db6be9

Browse files
committed
Ignore the ignored...
Argh! Okay, can't do that as the Makefile generates egg-info for the purpose of enumerating the Python sources. Oh well, figure it out another time ...
1 parent cd5bd29 commit 1db6be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $(DIST_WHEEL): $(PY_SOURCES) $(SUBDIRS)
115115

116116
release:
117117
$(MAKE) clean
118-
test -z "$(shell git status --ignored --porcelain)"
118+
test -z "$(shell git status --porcelain)"
119119
git tag -s release-$(VER) -m "Release $(VER)"
120120
git push origin release-$(VER)
121121

0 commit comments

Comments
 (0)