This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] gdb: start a gitignore


  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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]