[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 06:40:43 CEST

On Aug 28, 2007, at 3:17 PM, Eric Gillespie wrote:

> I just happened across issue 2415. It's been a long time since I
> was surprised to see we still don't even list pyc and pyo! I
> found quite a few patterns in my personal config file. Any
> objection to this? Any other patterns we should add?
>
> * subversion/include/svn_config.h
> (SVN_CONFIG_DEFAULT_GLOBAL_IGNORES): Add a few more common patterns.
>
> Index: svn_config.h
> ===================================================================
> --- svn_config.h (revision 26372)
> +++ svn_config.h (working copy)
> @@ -121,7 +121,8 @@
> /*** Configuration Default Values ***/
>
> #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"
>
> #define SVN_CONFIG_TRUE "true"
> #define SVN_CONFIG_FALSE "false"

I have no objections to adding useful patterns like these.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 29 06:31:11 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.