summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-16 11:27:56 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-26 08:08:05 +0800
commitccd19d3a38032cdc0f83006f95236b6dfb06a951 (patch)
treea8b643ab50d89a1e863b94f960a3815d950d0311
parent8e52b94e19d82e2be4f3bf3699c8f39f4c6cc478 (diff)
objtool: update .gitignore file
With the recent sync with objtool from 4.14.y, the objtool .gitignore file was forgotten. Fix that up now to properly handle the change in where the autogenerated files live. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--tools/objtool/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/.gitignore b/tools/objtool/.gitignore
index d3102c865a95..914cff12899b 100644
--- a/tools/objtool/.gitignore
+++ b/tools/objtool/.gitignore
@@ -1,3 +1,3 @@
-arch/x86/insn/inat-tables.c
+arch/x86/lib/inat-tables.c
objtool
fixdep