summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-25 15:15:16 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-25 15:15:16 +0000
commitc0c6ed683aab59ba17cc0db097d7beafb414db96 (patch)
tree7e1923b88a9962a688d1b041afc8839d20bfd059 /.gitignore
parent86b535b085e4ea3f8d1ea759f2610dd15ac26d94 (diff)
downloadllvm-c0c6ed683aab59ba17cc0db097d7beafb414db96.tar.gz
llvm-c0c6ed683aab59ba17cc0db097d7beafb414db96.tar.bz2
llvm-c0c6ed683aab59ba17cc0db097d7beafb414db96.tar.xz
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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 24628309dc..3de9128dcd 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).