Normally I put these in my private ignore file (.git/info/exclude), but since Mac users are the only people hacking on this project, it makes sense to include these Mac-specific files in the repo's .gitignore file. --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 94061ea..1eb0ded 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store build build/revision *.xcodeproj/ -- 1.7.1.1
