From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932851AbdKGLSZ (ORCPT ); Tue, 7 Nov 2017 06:18:25 -0500 Received: from terminus.zytor.com ([65.50.211.136]:51503 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756609AbdKGLSY (ORCPT ); Tue, 7 Nov 2017 06:18:24 -0500 Date: Tue, 7 Nov 2017 03:14:49 -0800 From: tip-bot for Changbin Du Message-ID: Cc: mingo@kernel.org, torvalds@linux-foundation.org, hpa@zytor.com, linux-kernel@vger.kernel.org, changbin.du@intel.com, peterz@infradead.org, tglx@linutronix.de Reply-To: linux-kernel@vger.kernel.org, mingo@kernel.org, torvalds@linux-foundation.org, hpa@zytor.com, changbin.du@intel.com, tglx@linutronix.de, peterz@infradead.org In-Reply-To: <1509939179-7556-5-git-send-email-changbin.du@intel.com> References: <1509939179-7556-5-git-send-email-changbin.du@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/asm] x86/build: Add more generated files to the .gitignore file Git-Commit-ID: d786f05175fae09cc39dfa5769c62649341caeb4 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: d786f05175fae09cc39dfa5769c62649341caeb4 Gitweb: https://git.kernel.org/tip/d786f05175fae09cc39dfa5769c62649341caeb4 Author: Changbin Du AuthorDate: Mon, 6 Nov 2017 11:32:59 +0800 Committer: Ingo Molnar CommitDate: Tue, 7 Nov 2017 11:22:21 +0100 x86/build: Add more generated files to the .gitignore file Some of the files generated by the build process were not listed. Signed-off-by: Changbin Du Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: yamada.masahiro@socionext.com Link: http://lkml.kernel.org/r/1509939179-7556-5-git-send-email-changbin.du@intel.com Signed-off-by: Ingo Molnar --- arch/x86/boot/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/boot/.gitignore b/arch/x86/boot/.gitignore index e3cf9f6..09d25dd 100644 --- a/arch/x86/boot/.gitignore +++ b/arch/x86/boot/.gitignore @@ -7,3 +7,6 @@ zoffset.h setup setup.bin setup.elf +fdimage +mtools.conf +image.iso