diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-02-03 01:50:39 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-02-03 01:50:39 +0000 |
commit | 56f981bfceaeeee00ad4097d29723cfb05e59bdf (patch) | |
tree | 6d57408aa15e509fe52dd5f7891bda4e119d42af /lldb/.gitignore | |
parent | 4e52d78767d70ccd7e13a90126deab07054bf3c6 (diff) | |
download | bcm5719-llvm-56f981bfceaeeee00ad4097d29723cfb05e59bdf.tar.gz bcm5719-llvm-56f981bfceaeeee00ad4097d29723cfb05e59bdf.zip |
Added remote-build.py and wired it into Xcode for Linux and MacOSX+Linux builds.
llvm-svn: 227908
Diffstat (limited to 'lldb/.gitignore')
-rw-r--r-- | lldb/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/.gitignore b/lldb/.gitignore index 4b15010a569..59530893635 100644 --- a/lldb/.gitignore +++ b/lldb/.gitignore @@ -23,10 +23,15 @@ .sw? # OS X specific files. .DS_store +DerivedData/ + +# Remote build configuration files. +.remote-build.conf build/ llvm-build/ *xcuserdata +xcshareddata/ test/20* # We should ignore Xcode-style embedding of llvm/ at lldb root dir. |