# HG changeset patch # User Jason Maltzen # Date 2015-11-19 03:34:42 # Node ID 3d4d5995a4cfeb29d7ff4b4126e94a1016f0e7d0 # Parent a6f12f52e4ee89e2017dcda36d93298887da7ff0 Ignore Mac finder .DS_Store files diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -3,4 +3,5 @@ obj/ *.userprefs *.orig *.swp -*.zip \ No newline at end of file +*.zip +.DS_Store