[llvm-commits] [PATCH] add .DS_Store into ignore list
Jia Liu
proljc at gmail.com
Wed Nov 14 22:19:48 PST 2012
Hi Eric,
On Nov 14, 2012, at 12:50 PM, Eric Christopher <echristo at gmail.com> wrote:
> No real reason for this I don't think.
>
Sorry my English is not good enough to turely understand what you mean, may you tell me is it OK, please?
> -eric
>
Regards,
Jia.
>
> 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
>
More information about the llvm-commits
mailing list