[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: Peter Samuelson <peter_at_p12n.org>
Date: 2007-08-29 06:31:03 CEST

[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?

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/

Received on Wed Aug 29 06:28:16 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.