I'm trying to add the directory with a space in it:
Static Debug
to my SVN ignore pattern.
However, spaces are used to separate different directories (so the above ignore pattern would be interpreted as two files to ignore -- Static and Debug)
I've tried adding
Static%20Debug
and
"Static Debug"
and
Static\ Debug
with no luck
And apparently I can't ignore by regular expression.
Anyone have any idea?
A-Za-z
in the pattern? – Promethean