Re: [PATCH] objtool: add fixdep to gitignore

2016-07-27 Thread Josh Poimboeuf
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

[PATCH] objtool: add fixdep to gitignore

2016-07-25 Thread Miguel Bernal Marin
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 --- tools/objtool/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/t