From 0fe236b734883f7a3fb237c94d241ec85f210fe1 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 17 May 2013 02:23:16 -0700 Subject: [PATCH] Ignore Mac OS X entries for .DS_Store --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 967699c9fd58..42ab0406d15a 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,7 @@ .gdb_history .purify .svn/ +.DS_Store Makefile$ Makefile.pre$ TAGS$ -- 2.47.3