Re: [PATCH v7 2/6] GCC plugin infrastructure

From: Michal Marek
Date: Wed May 11 2016 - 07:24:39 EST


On 2016-04-22 20:22, Emese Revfy wrote:
> diff --git a/Documentation/dontdiff b/Documentation/dontdiff
> index 8ea834f..5385cba 100644
> --- a/Documentation/dontdiff
> +++ b/Documentation/dontdiff
> @@ -3,6 +3,7 @@
> *.bc
> *.bin
> *.bz2
> +*.c.[012]*.*
> *.cis
> *.cpio
> *.csp

Hi Emese,

Where are these files generated? It should be added to .gitignore and
the clean or mrproper rule if it's needed.

Michal