diff options
author | Jimmy Tang <jtang@tchpc.tcd.ie> | 2012-09-23 10:30:32 +0100 |
---|---|---|
committer | Jimmy Tang <jtang@tchpc.tcd.ie> | 2012-09-23 10:30:32 +0100 |
commit | 8144daae1a82bccd4380a71763fcbace6d4b4c59 (patch) | |
tree | b91f0b27646ec9ebd74c41a080d5110bda3188ac /.gitignore | |
parent | 87ff27f588d097bb039b965374fb72ce1a6ab3dc (diff) |
Ignore some OSX related files which should never end up in the repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 290ad66de..4dafe012f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ dist cabal-dev # Project-local emacs configuration .dir-locals.el +# OSX related +.DS_Store |