On 2017-02-07 16:52, Henning Schild wrote: > On Wed, 8 Feb 2017 00:02:39 +0900 > Valentine Sinitsyn <[email protected]> wrote: > >> Hi Henning, >> >> I recall that there was a policy against adding tools-generated files >> to .gitignore, as .config/git/ignore seems more appropriate >> (different people use different tools). > > Well this one would be gcc itself depending on your kernel-config. If > you have CONFIG_GCOV_PROFILE_ALL activated a simple "make" will create > such files for you.
Yep, this case does not fall under the "local tool output" policy. Jan > >> On 07.02.2017 21:32, Henning Schild wrote: >>> Signed-off-by: Henning Schild <[email protected]> >>> >>> diff --git a/.gitignore b/.gitignore >>> --- a/.gitignore >>> +++ b/.gitignore >>> @@ -3,6 +3,7 @@ >>> *.mod.[co] >>> *.cmd >>> *.bin >>> +*.gcno >>> .tmp_versions >>> *.dtb >>> *.dtb.S >>> >> >> Best, >> Valentine > -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
