summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2013-05-17 02:23:16 -0700
committerRaymond Hettinger <python@rcn.com>2013-05-17 02:23:16 -0700
commit0fe236b734883f7a3fb237c94d241ec85f210fe1 (patch)
treebc70d2bdb85d8445c708c83e20c4677da9381915 /.hgignore
parent369d05a6167fc5b760370f6d9b2ceb66691f8794 (diff)
downloadcpython-git-0fe236b734883f7a3fb237c94d241ec85f210fe1.tar.gz
Ignore Mac OS X entries for .DS_Store
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 967699c9fd..42ab0406d1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,7 @@
.gdb_history
.purify
.svn/
+.DS_Store
Makefile$
Makefile.pre$
TAGS$