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