global-ignores: wildcard is broken (follow up)
From: R. Rajesh Jeba Anbiah <ng4rrjanbiah_at_rediffmail.com>
Date: 2005-12-21 08:12:09 CET
I'm sorry, though I read the reply for my previous post here http://svn.haxx.se/tsvn/archive-2005-12/0398.shtml , I couldn't reply via the interface.
So, I'm clarifying it here.
I actually want to ignore Thumbs.db files, so, I set the global-ignores in (global) config file. Here is the result:
global-ignores=Thumbs.db - doesn't ignore
global-ignores=*Thumbs.db - doesn't ignore
global-ignores=*humbs.db - Works (ignore Thumbs.db)
A side note, global-ignores has other files set too. The exact value I use now (it works for Thumbs.db too as mentioned above):
global-ignores = *.bsc *.csi *.dbg *.exp *.idb *.ilk *.ncb *.opt *.pch *.pdb *.plg *.sbr *.vbw *humbs.db
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.