* [PATCH] Have git ignore generated files from dtc compile
@ 2009-06-22 1:28 Jon Smirl
2009-06-22 1:52 ` David Gibson
0 siblings, 1 reply; 4+ messages in thread
From: Jon Smirl @ 2009-06-22 1:28 UTC (permalink / raw)
To: linuxppc-dev
Have git ignore generated files from dtc compile
Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
---
arch/powerpc/boot/.gitignore | 10 ++++++++++
scripts/dtc/.gitignore | 5 +++++
2 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 scripts/dtc/.gitignore
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
index d57aa5c..dab1b41 100644
--- a/arch/powerpc/boot/.gitignore
+++ b/arch/powerpc/boot/.gitignore
@@ -37,3 +37,13 @@ zImage.pseries
zconf.h
zlib.h
zutil.h
+fdt.c
+fdt.h
+fdt_ro.c
+fdt_rw.c
+fdt_strerror.c
+fdt_sw.c
+fdt_wip.c
+libfdt.h
+libfdt_internal.h
+
diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore
new file mode 100644
index 0000000..095acb4
--- /dev/null
+++ b/scripts/dtc/.gitignore
@@ -0,0 +1,5 @@
+dtc
+dtc-lexer.lex.c
+dtc-parser.tab.c
+dtc-parser.tab.h
+
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Have git ignore generated files from dtc compile
2009-06-22 1:28 [PATCH] Have git ignore generated files from dtc compile Jon Smirl
@ 2009-06-22 1:52 ` David Gibson
2009-06-22 2:38 ` Sean MacLennan
0 siblings, 1 reply; 4+ messages in thread
From: David Gibson @ 2009-06-22 1:52 UTC (permalink / raw)
To: Jon Smirl; +Cc: linuxppc-dev
On Sun, Jun 21, 2009 at 09:28:00PM -0400, Jon Smirl wrote:
> Have git ignore generated files from dtc compile
>
> Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
> diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
> index d57aa5c..dab1b41 100644
> --- a/arch/powerpc/boot/.gitignore
> +++ b/arch/powerpc/boot/.gitignore
> @@ -37,3 +37,13 @@ zImage.pseries
> zconf.h
> zlib.h
> zutil.h
> +fdt.c
> +fdt.h
> +fdt_ro.c
> +fdt_rw.c
> +fdt_strerror.c
> +fdt_sw.c
> +fdt_wip.c
> +libfdt.h
> +libfdt_internal.h
> +
> diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore
Except that I don't think this can go in via the powerpc tree, given
it touches scripts/
> new file mode 100644
> index 0000000..095acb4
> --- /dev/null
> +++ b/scripts/dtc/.gitignore
> @@ -0,0 +1,5 @@
> +dtc
> +dtc-lexer.lex.c
> +dtc-parser.tab.c
> +dtc-parser.tab.h
> +
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Have git ignore generated files from dtc compile
2009-06-22 1:52 ` David Gibson
@ 2009-06-22 2:38 ` Sean MacLennan
0 siblings, 0 replies; 4+ messages in thread
From: Sean MacLennan @ 2009-06-22 2:38 UTC (permalink / raw)
To: David Gibson; +Cc: linuxppc-dev
On Mon, 22 Jun 2009 11:52:11 +1000
David Gibson <david@gibson.dropbear.id.au> wrote:
> On Sun, Jun 21, 2009 at 09:28:00PM -0400, Jon Smirl wrote:
> > Have git ignore generated files from dtc compile
> > Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
>
> Acked-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Sean MacLennan <smaclennan@pikatech.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Have git ignore generated files from dtc compile
@ 2009-06-22 1:26 Jon Smirl
0 siblings, 0 replies; 4+ messages in thread
From: Jon Smirl @ 2009-06-22 1:26 UTC (permalink / raw)
To: linuxppc-dev
---
arch/powerpc/boot/.gitignore | 10 ++++++++++
scripts/dtc/.gitignore | 5 +++++
2 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 scripts/dtc/.gitignore
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
index d57aa5c..dab1b41 100644
--- a/arch/powerpc/boot/.gitignore
+++ b/arch/powerpc/boot/.gitignore
@@ -37,3 +37,13 @@ zImage.pseries
zconf.h
zlib.h
zutil.h
+fdt.c
+fdt.h
+fdt_ro.c
+fdt_rw.c
+fdt_strerror.c
+fdt_sw.c
+fdt_wip.c
+libfdt.h
+libfdt_internal.h
+
diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore
new file mode 100644
index 0000000..095acb4
--- /dev/null
+++ b/scripts/dtc/.gitignore
@@ -0,0 +1,5 @@
+dtc
+dtc-lexer.lex.c
+dtc-parser.tab.c
+dtc-parser.tab.h
+
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-22 2:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-22 1:28 [PATCH] Have git ignore generated files from dtc compile Jon Smirl
2009-06-22 1:52 ` David Gibson
2009-06-22 2:38 ` Sean MacLennan
-- strict thread matches above, loose matches on Subject: below --
2009-06-22 1:26 Jon Smirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).