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

Re: ignore list

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 08 Nov 2011 20:31:56 +0100

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).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2876368
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-08 20:32:07 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.