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

[PATCH] Expand default global-ignores

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2007-08-29 00:17:48 CEST

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"

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