diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-25 15:15:16 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-25 15:15:16 +0000 |
commit | c0c6ed683aab59ba17cc0db097d7beafb414db96 (patch) | |
tree | 7e1923b88a9962a688d1b041afc8839d20bfd059 /.gitignore | |
parent | 86b535b085e4ea3f8d1ea759f2610dd15ac26d94 (diff) | |
download | llvm-c0c6ed683aab59ba17cc0db097d7beafb414db96.tar.gz |
Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source
tree generated by OS X.
Patch by Abhay Kadam!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 24628309dca4..3de9128dcdb4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ # vim swap files .*.swp .sw? +#OS X specific files. +.DS_store #==============================================================================# # Explicit files to ignore (only matches one). |