All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Roth <mroth@nessie.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add a .gitignore file
Date: Mon, 04 May 2009 11:04:17 +0200	[thread overview]
Message-ID: <49FEAF91.8050403@nessie.de> (raw)
In-Reply-To: <49FEE4470200007000014C15@gwia.alliedtelesyn.co.nz>


> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..191e148
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,16 @@
> +build_*
> +project_*
> +toolchain_*
> +binaries/*
> +.auto.deps
> +.config.cmd
> +.config.old

Add leading slashes to match only in top level dir:

/build_*
/project_*
/toolchain_*
/binaries
/.auto.deps
/.config.cmd
/.config.old


> +package/config/.depend
> +package/config/*.o
> +package/config/lxdialog/*.o

Maybe two global patterns:

*.o
*.depend

  parent reply	other threads:[~2009-05-04  9:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-04  0:49 [Buildroot] [PATCH] Add a .gitignore file angus salkeld
2009-05-04  8:00 ` Gaye Abdoulaye Walsimou
2009-05-04  9:04 ` Michael Roth [this message]
2009-05-04 19:38   ` angus salkeld
2009-05-04 19:47     ` Peter Korsgaard

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=49FEAF91.8050403@nessie.de \
    --to=mroth@nessie.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 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.