diff options
author | Raymond Hettinger <python@rcn.com> | 2013-05-17 02:23:16 -0700 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2013-05-17 02:23:16 -0700 |
commit | 0fe236b734883f7a3fb237c94d241ec85f210fe1 (patch) | |
tree | bc70d2bdb85d8445c708c83e20c4677da9381915 /.hgignore | |
parent | Fix some bugs in Tools/scripts/abitype.py. (diff) | |
download | cpython-0fe236b734883f7a3fb237c94d241ec85f210fe1.tar.gz cpython-0fe236b734883f7a3fb237c94d241ec85f210fe1.tar.bz2 cpython-0fe236b734883f7a3fb237c94d241ec85f210fe1.zip |
Ignore Mac OS X entries for .DS_Store
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index 967699c9fd5..42ab0406d15 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,7 @@ .gdb_history .purify .svn/ +.DS_Store Makefile$ Makefile.pre$ TAGS$ |