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

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