diff options
author | Brion Vibber <brion@pobox.com> | 2009-10-24 16:42:29 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-10-24 16:42:29 -0700 |
commit | 3371e243165df54f41febcb1a8ab578ca5950a18 (patch) | |
tree | 2494524cf9d757d92a90d590868baa941e94be5d | |
parent | 6d6de3c1c7b359815aa0381b4cde3fcc8258cc80 (diff) |
Add .DS_Store to .gitignore list; these are desktop metadata files maintained by Mac OS X Finder.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1cde3a625..217622c84 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ config-*.php good-config.php lac08.log php.log - +.DS_Store |