linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [cbootimage PATCH] Add generated files to .gitignore
@ 2015-10-08 21:44 Allen Martin
       [not found] ` <1444340696-3251-1-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Allen Martin @ 2015-10-08 21:44 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: swarren-3lzwWm7+Weoh9ZMKESR00Q, jimmzhang-DDmLM1+adcrQT0dZR+AlfA,
	Allen Martin

Add generated and temporary files to .gitignore rules to prevent them from
cluttering up git status or being accidently committed.

Signed-off-by: Allen Martin <amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 .gitignore | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6293a671b432..b879c34bd28c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,21 @@ bct_dump
 cbootimage
 .*.swp
 *.o
+*~
+
+.deps
+.dirstamp
+Makefile
+Makefile.in
+/aclocal.m4
+/autom4te.cache/
+/compile
+/config.h
+/config.h.in
+/config.log
+/config.status
+/configure
+/depcomp
+/install-sh
+/missing
+/stamp-h1
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [cbootimage PATCH] Add generated files to .gitignore
       [not found] ` <1444340696-3251-1-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2015-10-08 21:48   ` Stephen Warren
       [not found]     ` <5616E4BC.1070007-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Warren @ 2015-10-08 21:48 UTC (permalink / raw)
  To: Allen Martin, linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: jimmzhang-DDmLM1+adcrQT0dZR+AlfA

On 10/08/2015 03:44 PM, Allen Martin wrote:
> Add generated and temporary files to .gitignore rules to prevent them from
> cluttering up git status or being accidently committed.

Ah good; I'd noticed that...

Shouldn't the following be added, or are you going to add those to the 
man page patch?

	src/bct_dump.1
	src/bct_dump.man
	src/cbootimage.1
	src/cbootimage.man

If they're going there, then I will apply this.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [cbootimage PATCH] Add generated files to .gitignore
       [not found]     ` <5616E4BC.1070007-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2015-10-08 22:00       ` Allen Martin
       [not found]         ` <20151008220020.GA4494-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Allen Martin @ 2015-10-08 22:00 UTC (permalink / raw)
  To: Stephen Warren
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	jimmzhang-DDmLM1+adcrQT0dZR+AlfA

On Thu, Oct 08, 2015 at 03:48:44PM -0600, Stephen Warren wrote:
> Shouldn't the following be added, or are you going to add those to
> the man page patch?
> 
> 	src/bct_dump.1
> 	src/bct_dump.man
> 	src/cbootimage.1
> 	src/cbootimage.man
> 

I threw them into the man page patch which I'll push a new version of
in a few minutes.

-Allen

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [cbootimage PATCH] Add generated files to .gitignore
       [not found]         ` <20151008220020.GA4494-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2015-10-08 22:22           ` Stephen Warren
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Warren @ 2015-10-08 22:22 UTC (permalink / raw)
  To: Allen Martin
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	jimmzhang-DDmLM1+adcrQT0dZR+AlfA

On 10/08/2015 04:00 PM, Allen Martin wrote:
> On Thu, Oct 08, 2015 at 03:48:44PM -0600, Stephen Warren wrote:
>> Shouldn't the following be added, or are you going to add those to
>> the man page patch?
>>
>> 	src/bct_dump.1
>> 	src/bct_dump.man
>> 	src/cbootimage.1
>> 	src/cbootimage.man
>>
>
> I threw them into the man page patch which I'll push a new version of
> in a few minutes.

OK, Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-08 22:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 21:44 [cbootimage PATCH] Add generated files to .gitignore Allen Martin
     [not found] ` <1444340696-3251-1-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-10-08 21:48   ` Stephen Warren
     [not found]     ` <5616E4BC.1070007-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-10-08 22:00       ` Allen Martin
     [not found]         ` <20151008220020.GA4494-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-10-08 22:22           ` Stephen Warren

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).