All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] globally ignore Module.symvers
@ 2010-04-19 14:42 Florian Fainelli
  2010-04-20 13:20 ` Michal Marek
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2010-04-19 14:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: Michal Marek

If we build using make SUBDIRS=foo/ Kbuild will output per-directory
Module.symvers files that we do not want to keep track of. Ignore these files
globally.

Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
---
diff --git a/.gitignore b/.gitignore
index a2939fc..441bf1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,7 +41,7 @@ modules.builtin
 /vmlinuz
 /System.map
 /Module.markers
-/Module.symvers
+Module.symvers
 
 #
 # git files that we don't want to ignore even it they are dot-files



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-20 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19 14:42 [PATCH] globally ignore Module.symvers Florian Fainelli
2010-04-20 13:20 ` Michal Marek
2010-04-20 13:21   ` Florian Fainelli

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.