summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-03 11:45:54 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-03 11:45:54 -0500
commit22e6c3f952428750e68d08ed8788be37f20498a1 (patch)
tree58edafdfcdbfef69ba4375347f46746a09b9a229
parent345c2a02cd1ba7d9e266c6c991d90d15ac7d4b52 (diff)
Added .DS_Store to .hgignore and removed the checked in version from the repos.
It's an OSX image cache file that was accidentally added to the repos. -Reviewed by brad.
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 454be00dbf..cff2a14b94 100644
--- a/.hgignore
+++ b/.hgignore
@@ -7,6 +7,8 @@ syntax: glob
# Emacs temp files
*~
.*.swp
+#OSX image cache file
+*.DS_Store
LICENSES
indra/.distcc
indra/build-darwin-*