Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1449475 > unrolled thread
| Started by | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| First post | 2016-07-25 15:30 +0200 |
| Last post | 2016-07-25 15:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] tools: add fixdep to objtool/.gitignore Josh Poimboeuf <jpoimboe@redhat.com> - 2016-07-25 15:30 +0200
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Date | 2016-07-25 15:30 +0200 |
| Subject | [PATCH] tools: add fixdep to objtool/.gitignore |
| Message-ID | <rYO7f-54B-9@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web