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.ma...@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

Reply via email to