Author: steveking
Date: Wed Aug 27 18:48:05 2014
New Revision: 1620955

URL: http://svn.apache.org/r1620955
Log:
Make 'svn status' ignore the thumbs.db files by default, which are 
created by the Windows explorer.

* subversion/include/svn_config.h
  (SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2): Add [Th]umbs.db.

Modified:
    subversion/trunk/subversion/include/svn_config.h

Modified: subversion/trunk/subversion/include/svn_config.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1620955&r1=1620954&r2=1620955&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Wed Aug 27 18:48:05 2014
@@ -193,7 +193,7 @@ typedef struct svn_config_t svn_config_t
 #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 \
   "*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo __pycache__"
 #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2 \
-  "*.rej *~ #*# .#* .*.swp .DS_Store"
+  "*.rej *~ #*# .#* .*.swp .DS_Store [Tt]humbs.db"
 #endif
 
 #define SVN_CONFIG_DEFAULT_GLOBAL_IGNORES \


Reply via email to