Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752105AbbHTJyB (ORCPT ); Thu, 20 Aug 2015 05:54:01 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]:33503 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751690AbbHTJxy (ORCPT ); Thu, 20 Aug 2015 05:53:54 -0400 From: Rasmus Villemoes To: Michal Marek Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Rasmus Villemoes Subject: [PATCH v3 2/4] .gitignore: add *.su pattern Date: Thu, 20 Aug 2015 11:53:28 +0200 Message-Id: <1440064410-13515-3-git-send-email-linux@rasmusvillemoes.dk> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1440064410-13515-1-git-send-email-linux@rasmusvillemoes.dk> References: <55D48FB9.50605@suse.cz> <1440064410-13515-1-git-send-email-linux@rasmusvillemoes.dk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 649 Lines: 27 Ignore the *.su files generated by using the gcc option -fstack-usage. Signed-off-by: Rasmus Villemoes --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ad4a98b884b..9e51ead66a55 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin Module.symvers *.dwo +*.su # # Top-level generic files -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/