Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758134AbeAIFRL (ORCPT + 1 other); Tue, 9 Jan 2018 00:17:11 -0500 Received: from mail-io0-f193.google.com ([209.85.223.193]:33112 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757852AbeAIFRJ (ORCPT ); Tue, 9 Jan 2018 00:17:09 -0500 X-Google-Smtp-Source: ACJfBosnqRNW1qhf31teB6JakijtU3BNg6RHzOElgn8OoSf2QTcgODa5h+3RN58qRhm8hAkPE2Ur45kQ0yOAxOtMwUU= MIME-Version: 1.0 In-Reply-To: <1513753775-2817-1-git-send-email-climbbb.kim@gmail.com> References: <1513753775-2817-1-git-send-email-climbbb.kim@gmail.com> From: Jaejoong Kim Date: Tue, 9 Jan 2018 14:17:08 +0900 Message-ID: Subject: Re: [PATCH] gitignore: add *.gcda files To: Peter Oberparleiter Cc: LKML , Jaejoong Kim Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi, Peter Could you check this patch? Thanks, Jaejoong 2017-12-20 16:09 GMT+09:00 Jaejoong Kim : > Ignore the *.gcda files generated by gcov > > Signed-off-by: Jaejoong Kim > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 0c39aa2..580ef7c 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -39,6 +39,7 @@ Module.symvers > *.dwo > *.su > *.c.[012]*.* > +*.gcda > > # > # Top-level generic files > -- > 2.7.4 >