diff options
| author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-03 11:45:54 -0500 |
|---|---|---|
| committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-03 11:45:54 -0500 |
| commit | 22e6c3f952428750e68d08ed8788be37f20498a1 (patch) | |
| tree | 58edafdfcdbfef69ba4375347f46746a09b9a229 | |
| parent | 345c2a02cd1ba7d9e266c6c991d90d15ac7d4b52 (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-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ syntax: glob # Emacs temp files *~ .*.swp +#OSX image cache file +*.DS_Store LICENSES indra/.distcc indra/build-darwin-* |
