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

Re: [PATCH] Expand default global-ignores

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2007-08-29 07:13:27 CEST

On Aug 28, 2007, at 9:31 PM, Peter Samuelson wrote:

>
> [Eric Gillespie]
>> #define SVN_CONFIG_DEFAULT_GLOBAL_IGNORES \
>> - "*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store .*.swp"
>> + "*.o *.lo *.la *.al .libs *.so* *.a .*.rej *.rej .*~ *~
>> #*# .#*" \
>> + " .DS_Store .*.swp *.pyc *.pyo"
>
> *.so* seems too broad. That catches all sorts of stuff besides ELF
> shared libraries - I can imagine someone having files ending in, say,
> *.solid or *.sound. Maybe "*.so *.so.[0-9]*" instead?

Good point. Does *.so.[0-9] DTRT?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 29 07:03:46 2007

This is an archived mail posted to the Subversion Dev mailing list.

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