[llvm-commits] [PATCH] add .DS_Store into ignore list

Eric Christopher echristo at gmail.com
Tue Nov 13 20:50:44 PST 2012


No real reason for this I don't think.

-eric


On Tue, Nov 13, 2012 at 7:11 PM, Jia Liu <proljc at gmail.com> wrote:

> Hi all,
>
> Little change, make .DS_Store be ignored.
>
> Signed-off-by: Jia Liu <proljc at gmail.com>
> ---
>  .gitignore |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 2462830..81bc3fd 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -29,6 +29,7 @@ cscope.out
>  autoconf/aclocal.m4
>  autoconf/autom4te.cache
>  compile_commands.json
> +.DS_Store
>
>
>  #==============================================================================#
>  # Directories to ignore (do not add trailing '/'s, they skip symlinks).
> --
> 1.7.10.2 (Apple Git-33)
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121113/4c51108b/attachment.html>


More information about the llvm-commits mailing list