We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0498e88 commit 1ccafefCopy full SHA for 1ccafef
Makefile
@@ -41,7 +41,8 @@ distclean: clean
41
git describe --always --dirty > .gitrevision
42
43
python2_6.patch:
44
- git diff `git merge-base master python2_6` python2_6 > $@
+ git diff `git merge-base master python2_6` python2_6 \
45
+ -- . ':(exclude).travis.yml' > $@
46
47
48
.PHONY: build test sdist doc-html doc-pdf doc-dist clean distclean .gitrevision
0 commit comments