You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jiho Han <jh...@InfinityInfo.com> on 2006/09/15 17:55:02 UTC

svn:ignore pattern reference?

I can guess at what those might be but is there a comprehensive list of
the patterns documented anywhere?
I could not find it in the book.

Thanks

Jiho Han
Senior Software Engineer
Infinity Info Systems
The Sales Technology Experts
Tel: 212.563.4400 x6375
Fax: 212.760.0540
jhan@infinityinfo.com
www.infinityinfo.com <http://www.infinityinfo.com/> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: svn:ignore pattern reference?

Posted by Erik Huelsmann <eh...@gmail.com>.
On 9/15/06, Jiho Han <jh...@infinityinfo.com> wrote:
> I can guess at what those might be but is there a comprehensive list of
> the patterns documented anywhere?
> I could not find it in the book.

If you mean the global svn:ignores list (aka global ignores):

$ cat ~/.subversion/config
[snip]
### Section for configuring miscelleneous Subversion options.
# [miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output.
# global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
[snip]

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org