PKG: ignore changes in version.py while preparing source package

This commit is contained in:
Yaroslav Halchenko
2012-05-02 23:16:45 -07:00
committed by Stefan van der Walt
parent 34b25106cd
commit abf29633e5
+2
View File
@@ -0,0 +1,2 @@
# Do not generate diff for version.py which gets updated by setup.py
extend-diff-ignore = "(^|/)scikits/image/version.py$"