* [PATCH] gdb: start a gitignore
@ 2011-03-29 5:02 Mike Frysinger
2011-03-29 8:22 ` Pierre Muller
2011-03-29 15:48 ` Joel Brobecker
0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2011-03-29 5:02 UTC (permalink / raw)
To: gdb-patches
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-28 Mike Frysinger <vapier@gentoo.org>
* .gitignore: New file.
---
gdb/.gitignore | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 gdb/.gitignore
diff --git a/gdb/.gitignore b/gdb/.gitignore
new file mode 100644
index 0000000..ea3a4f9
--- /dev/null
+++ b/gdb/.gitignore
@@ -0,0 +1,17 @@
+/version.c
+/xml-builtin.c
+
+/ada-exp.c
+/ada-lex.c
+/c-exp.c
+/cp-name-parser.c
+/f-exp.c
+/gdb
+/gdbtui
+/init.c
+/jv-exp.c
+/m2-exp.c
+/objc-exp.c
+/observer.h
+/observer.inc
+/p-exp.c
--
1.7.4.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] gdb: start a gitignore
2011-03-29 5:02 [PATCH] gdb: start a gitignore Mike Frysinger
@ 2011-03-29 8:22 ` Pierre Muller
2011-03-29 10:12 ` André Pönitz
2011-03-29 15:48 ` Joel Brobecker
1 sibling, 1 reply; 4+ messages in thread
From: Pierre Muller @ 2011-03-29 8:22 UTC (permalink / raw)
To: 'Mike Frysinger', gdb-patches
I am not sure I understand the reason of these patches:
all the listed files are always generated in the build directory,
and gdb should never be build in its source directory
so that you should never end up by creating those in
a source directory.
Putting the build directory in git seems like something strange to me...
Does your patch means that there are some subdirectories that
do not require to use a separate build directory?
Pierre Muller
GDB pascal language maintainer.
> -----Message d'origine-----
> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Mike Frysinger
> Envoyé : mardi 29 mars 2011 05:06
> À : gdb-patches@sourceware.org
> Objet : [PATCH] gdb: start a gitignore
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
>
> 2011-03-28 Mike Frysinger <vapier@gentoo.org>
>
> * .gitignore: New file.
> ---
> gdb/.gitignore | 17 +++++++++++++++++
> 1 files changed, 17 insertions(+), 0 deletions(-)
> create mode 100644 gdb/.gitignore
>
> diff --git a/gdb/.gitignore b/gdb/.gitignore
> new file mode 100644
> index 0000000..ea3a4f9
> --- /dev/null
> +++ b/gdb/.gitignore
> @@ -0,0 +1,17 @@
> +/version.c
> +/xml-builtin.c
> +
> +/ada-exp.c
> +/ada-lex.c
> +/c-exp.c
> +/cp-name-parser.c
> +/f-exp.c
> +/gdb
> +/gdbtui
> +/init.c
> +/jv-exp.c
> +/m2-exp.c
> +/objc-exp.c
> +/observer.h
> +/observer.inc
> +/p-exp.c
> --
> 1.7.4.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] gdb: start a gitignore
2011-03-29 8:22 ` Pierre Muller
@ 2011-03-29 10:12 ` André Pönitz
0 siblings, 0 replies; 4+ messages in thread
From: André Pönitz @ 2011-03-29 10:12 UTC (permalink / raw)
To: gdb-patches; +Cc: ext Pierre Muller, 'Mike Frysinger'
On Tuesday 29 March 2011 09:44:21 ext Pierre Muller wrote:
> I am not sure I understand the reason of these patches:
>
> all the listed files are always generated in the build directory,
> and gdb should never be build in its source directory
> so that you should never end up by creating those in
> a source directory.
gdb builds just fine within the source directory, and especially with git's
ability to do a proper cleanup of the source directory (git clean -dxf) there
is not much of a reason to use shadow builds (unless one really wants
to build different configurations from the _same_ source).
Andre'
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] gdb: start a gitignore
2011-03-29 5:02 [PATCH] gdb: start a gitignore Mike Frysinger
2011-03-29 8:22 ` Pierre Muller
@ 2011-03-29 15:48 ` Joel Brobecker
1 sibling, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2011-03-29 15:48 UTC (permalink / raw)
To: Mike Frysinger; +Cc: gdb-patches
> 2011-03-28 Mike Frysinger <vapier@gentoo.org>
>
> * .gitignore: New file.
This is OK.
--
Joel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-29 15:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-29 5:02 [PATCH] gdb: start a gitignore Mike Frysinger
2011-03-29 8:22 ` Pierre Muller
2011-03-29 10:12 ` André Pönitz
2011-03-29 15:48 ` Joel Brobecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox