Making echo of a question around the web:
Is the syntax for svn:ignore patterns documented somewhere? The only pattern matching character I could find in the SVN book under ‘svn:ignore’ is ‘*’.
In particular I want to match a 32 character string (md5 hash named directory).
It seems to be documented here.
Edit: …and to answer your specific question, you can use ‘?’ to match a single character.