Updated .hgignore to ignore some Windows and OS X files.

This commit is contained in:
Scott Ehlert 2009-11-22 01:39:29 -06:00
parent cc43b63508
commit 2e4aae95db

View File

@ -13,3 +13,10 @@
/CrazyDebug.* /CrazyDebug.*
/Debug.* /Debug.*
/Release.* /Release.*
# Files generated by Mac OS X Finder
(^|/)\.DS_Store$
# Files generated by Windows Explorer
(^|/)Desktop\.ini$
(^|/)Thumbs\.db$