diff mbox

[cbootimage] Add generated files to .gitignore

Message ID 1444340696-3251-1-git-send-email-amartin@nvidia.com
State Deferred
Headers show

Commit Message

Allen Martin Oct. 8, 2015, 9:44 p.m. UTC
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@nvidia.com>
---
 .gitignore | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Comments

Stephen Warren Oct. 8, 2015, 9:48 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Allen Martin Oct. 8, 2015, 10 p.m. UTC | #2
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
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren Oct. 8, 2015, 10:22 p.m. UTC | #3
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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