[Lldb-commits] [PATCH] Update .gitignore for MacOSX

Zachary Turner zturner at google.com
Thu Aug 14 11:01:35 PDT 2014


If someone from Apple could take a look at this I would appreciate it.
 First time using Xcode and I'm not really sure if I got all the right
files.


On Thu, Aug 14, 2014 at 10:57 AM, Zachary Turner <zturner at google.com> wrote:

> http://reviews.llvm.org/D4912
>
> Files:
>   .gitignore
>   test/.gitignore
>   test/functionalities/data-formatter/rdar-12437442/.gitignore
>
> Index: .gitignore
> ===================================================================
> --- .gitignore
> +++ .gitignore
> @@ -28,3 +28,5 @@
>
>  # We should ignore Xcode-style embedding of llvm/ at lldb root dir.
>  /llvm/
> +/DerivedData/
> +/lldb.xcworkspace/xcshareddata/
> Index: test/.gitignore
> ===================================================================
> --- /dev/null
> +++ test/.gitignore
> @@ -0,0 +1,7 @@
> +# Generated test files
> +*.d
> +*.o
> +*.dSYM/
> +
> +# In case the tests crash
> +crashinfo.so*
> Index: test/functionalities/data-formatter/rdar-12437442/.gitignore
> ===================================================================
> --- /dev/null
> +++ test/functionalities/data-formatter/rdar-12437442/.gitignore
> @@ -0,0 +1 @@
> +types.log
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140814/21a96d00/attachment.html>


More information about the lldb-commits mailing list