Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548804 > unrolled thread
| Started by | Stafford Horne <shorne@gmail.com> |
|---|---|
| First post | 2016-12-31 13:00 +0100 |
| Last post | 2016-12-31 13:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/3] openrisc: Add .gitignore Stafford Horne <shorne@gmail.com> - 2016-12-31 13:00 +0100
| From | Stafford Horne <shorne@gmail.com> |
|---|---|
| Date | 2016-12-31 13:00 +0100 |
| Subject | [PATCH 2/3] openrisc: Add .gitignore |
| Message-ID | <sUqul-2qu-7@gated-at.bofh.it> |
This helps to suppress the vmlinux.lds file. Signed-off-by: Stafford Horne <shorne@gmail.com> --- arch/openrisc/kernel/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/openrisc/kernel/.gitignore diff --git a/arch/openrisc/kernel/.gitignore b/arch/openrisc/kernel/.gitignore new file mode 100644 index 0000000..c5f676c --- /dev/null +++ b/arch/openrisc/kernel/.gitignore @@ -0,0 +1 @@ +vmlinux.lds -- 2.9.3
Back to top | Article view | linux.kernel
csiph-web