Tiny fixes: printf error messages and gitignore
Two tiny fixes, please merge :).
hashindex: Fix printf size specifiers in error messages gitignore: all cython generated files
isn't %ju format and casting all these values to (uintmax_t) a more general solution?
This' a bit less noisy and should work on Windows :).
I saw elsewhere Windows isn't supported. So"%j" (as in borg) is fine, and I agree uintmax is nice and explicit.
@sourcejedi is there a problem with %j and Windows? Or Cygwin?
It's a problem with native Windows. http://stackoverflow.com/a/22537979/799204
Apparently Cygwin is a whole 'nother library, so if you're using that then I don't know. I'd like to think it supports a 15-year old standard which has no fully-portable alternative :).