Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1448960
| From | Paul Gortmaker <paul.gortmaker@windriver.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] tools: add fixdep to objtool/.gitignore |
| Date | 2016-07-23 17:50 +0200 |
| Message-ID | <rY7lD-4ve-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
To fix:
Untracked files:
(use "git add <file>..." to include in what will be committed)
tools/objtool/fixdep
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
tools/objtool/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/objtool/.gitignore b/tools/objtool/.gitignore
index a0b3128bb31f..d3102c865a95 100644
--- a/tools/objtool/.gitignore
+++ b/tools/objtool/.gitignore
@@ -1,2 +1,3 @@
arch/x86/insn/inat-tables.c
objtool
+fixdep
--
2.8.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] tools: add fixdep to objtool/.gitignore Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-07-23 17:50 +0200
csiph-web