From: Florian Fainelli <ffainelli@freebox.fr>
To: linux-kernel@vger.kernel.org
Cc: Michal Marek <mmarek@suse.cz>
Subject: [PATCH] globally ignore Module.symvers
Date: Mon, 19 Apr 2010 16:42:52 +0200 [thread overview]
Message-ID: <201004191642.52517.ffainelli@freebox.fr> (raw)
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
next reply other threads:[~2010-04-19 14:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-19 14:42 Florian Fainelli [this message]
2010-04-20 13:20 ` Michal Marek
2010-04-20 13:21 ` Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201004191642.52517.ffainelli@freebox.fr \
--to=ffainelli@freebox.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®