[Python-checkins] cpython: Ignore Mac's Data Services Store

raymond.hettinger python-checkins at python.org
Sat Jan 19 02:44:37 CET 2013


http://hg.python.org/cpython/rev/bd36149b1e6b
changeset:   81582:bd36149b1e6b
parent:      81579:e1118ff088be
user:        Raymond Hettinger <python at rcn.com>
date:        Fri Jan 18 17:44:25 2013 -0800
summary:
  Ignore Mac's Data Services Store

files:
  .hgignore |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,7 @@
 .gdb_history
 .purify
 .svn/
+DS_Store
 Makefile$
 Makefile.pre$
 TAGS$

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list