From: David Daney <ddaney.cavm@gmail.com>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org, ralf@linux-mips.org, blogic@openwrt.org
Subject: Re: [PATCH] MIPS: DTS: add a .gitignore file to ignore .dtb
Date: Thu, 02 Oct 2014 18:26:22 -0700 [thread overview]
Message-ID: <542DFB3E.30802@gmail.com> (raw)
In-Reply-To: <1412296187-2370-1-git-send-email-f.fainelli@gmail.com>
On 10/02/2014 05:29 PM, Florian Fainelli wrote:
> Build for Broadcom XLP revealed that we are not ignoring DTB files and
> that would clobber the git status output. Fix that by adding a
> .gitignore file in arch/mips/boot/dts/.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> arch/mips/boot/dts/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
> create mode 100644 arch/mips/boot/dts/.gitignore
>
> diff --git a/arch/mips/boot/dts/.gitignore b/arch/mips/boot/dts/.gitignore
> new file mode 100644
> index 000000000000..b60ed208c779
> --- /dev/null
> +++ b/arch/mips/boot/dts/.gitignore
> @@ -0,0 +1 @@
> +*.dtb
Do we check in .dtb files anywhere in the kernel tree?
If not, this could be moved to a higher level (perhaps top level) .gitignore
David Daney
>
next prev parent reply other threads:[~2014-10-03 1:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-03 0:29 [PATCH] MIPS: DTS: add a .gitignore file to ignore .dtb Florian Fainelli
2014-10-03 1:26 ` David Daney [this message]
2014-10-03 2:09 ` 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=542DFB3E.30802@gmail.com \
--to=ddaney.cavm@gmail.com \
--cc=blogic@openwrt.org \
--cc=f.fainelli@gmail.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/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 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.