lkml.org 
[lkml]   [2016]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] objtool: add fixdep to gitignore
Date
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
\
 
 \ /
  Last update: 2016-07-26 01:01    [W:0.189 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site