<div dir="ltr">Why isn't it currently checked in then?  If it's not checked in, then shouldn't it be ignored?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 18, 2014 at 1:53 PM, Jean-Daniel Dupas <span dir="ltr"><<a href="mailto:mailing@xenonium.com" target="_blank">mailing@xenonium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't think you should ignore the xcshareddata dir. As the name said, this is for shared data, not user data, and should be part of the workspace.<br>

<br>
Usually, the Xcode part of my .gitignore file looks like this:<br>
<br>
DerivedData/<br>
*xcuserdata<br>
*.xccheckout<br>
<br>
<br>
Le 14 août 2014 à 20:01, Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>> a écrit :<br>
<div><div class="h5"><br>
> 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.<br>
><br>
><br>
> On Thu, Aug 14, 2014 at 10:57 AM, Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>> wrote:<br>
> <a href="http://reviews.llvm.org/D4912" target="_blank">http://reviews.llvm.org/D4912</a><br>
><br>
> Files:<br>
>   .gitignore<br>
>   test/.gitignore<br>
>   test/functionalities/data-formatter/rdar-12437442/.gitignore<br>
><br>
> Index: .gitignore<br>
> ===================================================================<br>
> --- .gitignore<br>
> +++ .gitignore<br>
> @@ -28,3 +28,5 @@<br>
><br>
>  # We should ignore Xcode-style embedding of llvm/ at lldb root dir.<br>
>  /llvm/<br>
> +/DerivedData/<br>
> +/lldb.xcworkspace/xcshareddata/<br>
> Index: test/.gitignore<br>
> ===================================================================<br>
> --- /dev/null<br>
> +++ test/.gitignore<br>
> @@ -0,0 +1,7 @@<br>
> +# Generated test files<br>
> +*.d<br>
> +*.o<br>
> +*.dSYM/<br>
> +<br>
> +# In case the tests crash<br>
> +crashinfo.so*<br>
> Index: test/functionalities/data-formatter/rdar-12437442/.gitignore<br>
> ===================================================================<br>
> --- /dev/null<br>
> +++ test/functionalities/data-formatter/rdar-12437442/.gitignore<br>
> @@ -0,0 +1 @@<br>
> +types.log<br>
><br>
</div></div>> _______________________________________________<br>
> lldb-commits mailing list<br>
> <a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
<br>
</blockquote></div><br></div>