diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-06-12 16:19:02 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-06-12 17:37:04 -0700 |
| commit | e9fc19c3c22174dd4308337805e686bbd4960635 (patch) | |
| tree | 1851930578d2cabacad5a80520661c7b7f3cd05d | |
| parent | 35dd717352caad82371764bf2a2ce675164aaf0a (diff) | |
| download | rust-e9fc19c3c22174dd4308337805e686bbd4960635.tar.gz rust-e9fc19c3c22174dd4308337805e686bbd4960635.zip | |
Make git ignore the .DS_Store file on Macs (wherever it is)
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f9cd0f4f764..0853e56e3cb 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ x86_64-apple-darwin/ doc/core/ tmp.*.rs config.stamp +.DS_Store |
