From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754094AbbDPVDk (ORCPT ); Thu, 16 Apr 2015 17:03:40 -0400 Received: from mga03.intel.com ([134.134.136.65]:60344 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753AbbDPVDc (ORCPT ); Thu, 16 Apr 2015 17:03:32 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,590,1422950400"; d="scan'208";a="481931242" From: Andi Kleen To: mmarek@suse.cz Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: [PATCH] Kbuild: Add ID files to .gitignore Date: Thu, 16 Apr 2015 14:02:41 -0700 Message-Id: <1429218161-12999-1-git-send-email-andi@firstfloor.org> X-Mailer: git-send-email 1.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Andi Kleen I use GNU id-utils to find code (essentially a database backed grep), which generates an ID file to maintain its data. Add ID to the .gitignore file. Signed-off-by: Andi Kleen --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index acb6afe..15766be 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,9 @@ GRTAGS GSYMS GTAGS +# id-utils files +ID + *.orig *~ \#*# -- 1.9.3