summaryrefslogtreecommitdiff
path: root/lldb/.gitignore
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-03-31 00:03:00 +0000
committerChaoren Lin <chaorenl@google.com>2015-03-31 00:03:00 +0000
commit3ccfed9fd70988a398e136ead8ffd39b2838e42c (patch)
treea21c68153f254d71edf584b0cf2546e2b0d7f6f4 /lldb/.gitignore
parent3386e0ea7b6cdf3efd835d65da486c2e9f408b9e (diff)
downloadllvm-3ccfed9fd70988a398e136ead8ffd39b2838e42c.tar.gz
Fix .gitignore to ignore symlinks.
llvm-svn: 233645
Diffstat (limited to 'lldb/.gitignore')
-rw-r--r--lldb/.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/lldb/.gitignore b/lldb/.gitignore
index 595308936351..866134ad114e 100644
--- a/lldb/.gitignore
+++ b/lldb/.gitignore
@@ -35,6 +35,7 @@ xcshareddata/
test/20*
# We should ignore Xcode-style embedding of llvm/ at lldb root dir.
-/llvm/
-/DerivedData/
-/lldb.xcworkspace/xcshareddata/
+# Do not add trailing '/'s, they skip symlinks.
+/llvm
+/DerivedData
+/lldb.xcworkspace/xcshareddata