linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] objtool: add fixdep to gitignore
@ 2016-07-25 22:21 Miguel Bernal Marin
  2016-07-27 18:38 ` Josh Poimboeuf
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Bernal Marin @ 2016-07-25 22:21 UTC (permalink / raw)
  To: Josh Poimboeuf; +Cc: linux-kernel, Ingo Molnar

When objtool was added in 442f04c34a1a, fixdep was omitted to be
included in .gitignore file.

fixdep is a binary generated by objtool, and this patch adds it to
.gitignore file.

Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
---
 tools/objtool/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/objtool/.gitignore b/tools/objtool/.gitignore
index a0b3128..d3102c8 100644
--- a/tools/objtool/.gitignore
+++ b/tools/objtool/.gitignore
@@ -1,2 +1,3 @@
 arch/x86/insn/inat-tables.c
 objtool
+fixdep
-- 
2.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] objtool: add fixdep to gitignore
  2016-07-25 22:21 [PATCH] objtool: add fixdep to gitignore Miguel Bernal Marin
@ 2016-07-27 18:38 ` Josh Poimboeuf
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Poimboeuf @ 2016-07-27 18:38 UTC (permalink / raw)
  To: Miguel Bernal Marin; +Cc: linux-kernel, Ingo Molnar

On Mon, Jul 25, 2016 at 05:21:36PM -0500, Miguel Bernal Marin wrote:
> When objtool was added in 442f04c34a1a, fixdep was omitted to be
> included in .gitignore file.
> 
> fixdep is a binary generated by objtool, and this patch adds it to
> .gitignore file.
> 
> Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>

Hi Miguel,

Thanks for the patch.  Paul Gortmaker already submitted an identical
patch which has been merged into the tip tree.

-- 
Josh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-27 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-25 22:21 [PATCH] objtool: add fixdep to gitignore Miguel Bernal Marin
2016-07-27 18:38 ` Josh Poimboeuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).