Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Heidelberg <markus.heidelberg@web.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] .gitignore: Add download directory 'dl'
Date: Thu, 7 May 2009 05:44:51 +0200	[thread overview]
Message-ID: <200905070544.51649.markus.heidelberg@web.de> (raw)
In-Reply-To: <1241649940-16168-1-git-send-email-mroth@nessie.de>

Michael Roth, 07.05.2009:
> (And additionally, ease /binaries pattern.)

Yes, the current /binaries/* hid the directory, but completely removed
it by "git-clean -d", which should not be intended.

> Signed-off-by: Michael Roth <mroth@nessie.de>
> ---
>  .gitignore |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 4a2de4e..e7117d3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,7 +1,8 @@
>  /build_*
>  /project_*
>  /toolchain_*
> -/binaries/*
> +/binaries
> +/dl
>  /.auto.deps
>  /.config.cmd
>  /.config.old

What about additionally adding /.config* ?
I guess it's quite common to have some configs laying around.

Markus

  reply	other threads:[~2009-05-07  3:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-06 22:45 [Buildroot] [PATCH] .gitignore: Add download directory 'dl' Michael Roth
2009-05-07  3:44 ` Markus Heidelberg [this message]
2009-05-07 12:21   ` Michael Roth
2009-05-07 23:44     ` Markus Heidelberg
2009-05-08  8:22       ` Olaf Rempel

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=200905070544.51649.markus.heidelberg@web.de \
    --to=markus.heidelberg@web.de \
    --cc=buildroot@busybox.net \
    /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