From: Joel Brobecker <brobecker@adacore.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org
Subject: Re: [PATCH] sim: start a gitignore
Date: Wed, 22 Dec 2010 04:40:00 -0000 [thread overview]
Message-ID: <20101222043944.GI2596@adacore.com> (raw)
In-Reply-To: <1292416379-24925-1-git-send-email-vapier@gentoo.org>
Mike,
> diff --git a/sim/.gitignore b/sim/.gitignore
> new file mode 100644
> index 0000000..1322a87
> --- /dev/null
> +++ b/sim/.gitignore
> @@ -0,0 +1,7 @@
> +/*/gentmap
> +/*/run
> +/*/targ-*
> +/*/tconfig.h
> +/*/version.c
> +
> +/common/cconfig.h
Is this really correct? The '*' matches any character except
the directory separator, so I don't see how this would work unless
the file was inside a subdirectory at root level. Perhaps the
following would be more correct:
*/gentmap
or:
gentmap
--
Joel
next prev parent reply other threads:[~2010-12-22 4:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-15 12:33 Mike Frysinger
2010-12-22 4:40 ` Joel Brobecker [this message]
2010-12-22 15:36 ` Mike Frysinger
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=20101222043944.GI2596@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=toolchain-devel@blackfin.uclinux.org \
--cc=vapier@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox