* [PATCH 1/2] Unignore vmlinux.lds.h from Git.
@ 2008-06-15 6:34 Eduard - Gabriel Munteanu
0 siblings, 0 replies; only message in thread
From: Eduard - Gabriel Munteanu @ 2008-06-15 6:34 UTC (permalink / raw)
To: linux-kernel; +Cc: penberg, akpm, torvalds
Added !vmlinux.lds.h to .gitignore because it would otherwise be ignored.
Signed-off-by: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index d24ad50..9bb1cb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ tags
TAGS
vmlinux*
!vmlinux.lds.S
+!vmlinux.lds.h
System.map
Module.markers
Module.symvers
--
1.5.5.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-15 6:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-15 6:34 [PATCH 1/2] Unignore vmlinux.lds.h from Git Eduard - Gabriel Munteanu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.