[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: ignore list

From: Gerald Britton <gerald.britton_at_gmail.com>
Date: Tue, 8 Nov 2011 12:10:26 -0800 (PST)

> On 08.11.2011 20:30, Gerald Britton wrote:
> >> OK -- back to this question:
> >>
> >> Here's my ignore list:
> >>
> >> *.exe *.dll *.ico
> >> *.bak *.bkp
> >> *.suo *.vbproj.user *.pdb *.vshost.exe*
> >> obj Ref My?Project
> >> [0-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9]*.xls
> >> *.log
> >> 1000*.* StandardExlReports.*
> >>
> >> I've attached a screenshot of my directory with this ignore list. I still can't figure out why the .vshost.exe.manifest file has a "?" mark. It should be ignored, right? note that the .vshost.exe file *is* ignored.
> >
> > Update:
> >
> > If I add
> >
> > *.vshost.*
> >
> > on a line by itself, then the .vshost.exe.manifest is ignored!
> >
> > seems odd to me...
>
> you used *.vshost.exe* instead of *.vshost.exe.*
> (notice the dot).

Sure, but still if I have this one line:

*.foo.* *.vshost.*

the manifest file is *not* ignored. But, if I split it onto two lines:

*.foo.*
*.vshost.*

_Then_ it _is_ ignored. Just seems odd and hard to figure out.

About the globbing:

ls [Aa]*
acinclude.m4 aclocal.m4 AUTHORS autogen.sh

works in linux, though not I suppose in Windows.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2876378

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-08 21:10:33 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.