* [PATCH] sim: start a gitignore
@ 2010-12-15 12:33 Mike Frysinger
2010-12-22 4:40 ` Joel Brobecker
0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2010-12-15 12:33 UTC (permalink / raw)
To: gdb-patches; +Cc: toolchain-devel
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
sim/.gitignore | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
create mode 100644 sim/.gitignore
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
--
1.7.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sim: start a gitignore
2010-12-15 12:33 [PATCH] sim: start a gitignore Mike Frysinger
@ 2010-12-22 4:40 ` Joel Brobecker
2010-12-22 15:36 ` Mike Frysinger
0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2010-12-22 4:40 UTC (permalink / raw)
To: Mike Frysinger; +Cc: gdb-patches, toolchain-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-22 14:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-15 12:33 [PATCH] sim: start a gitignore Mike Frysinger
2010-12-22 4:40 ` Joel Brobecker
2010-12-22 15:36 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox