[PATCH] objtool: add fixdep to gitignore

From: Miguel Bernal Marin
Date: Mon Jul 25 2016 - 18:22:02 EST


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@xxxxxxxxxxxxxxx>
---
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