Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1449475
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] tools: add fixdep to objtool/.gitignore |
| Date | 2016-07-25 15:30 +0200 |
| Message-ID | <rYO7f-54B-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To fix:
Untracked files:
(use "git add <file>..." to include in what will be committed)
tools/objtool/fixdep
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.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.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] tools: add fixdep to objtool/.gitignore Josh Poimboeuf <jpoimboe@redhat.com> - 2016-07-25 15:30 +0200
csiph-web