diff mbox

[U-Boot] .gitignore: ignore include/config/*

Message ID 1394416039-14798-1-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada March 10, 2014, 1:47 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini March 10, 2014, 9:28 p.m. UTC | #1
On Mon, Mar 10, 2014 at 10:47:19AM +0900, Masahiro Yamada wrote:

> ---
> Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index ee16d8c..f3f3a2a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1022,7 +1022,7 @@ define filechk_timestamp.h
>  	LC_ALL=C date +'#define U_BOOT_TIME "%T"')
>  endef
>  
> -$(version_h): $(srctree)/Makefile FORCE
> +$(version_h): include/config/uboot.release FORCE
>  	$(call filechk,version.h)
>  
>  $(timestamp_h): $(srctree)/Makefile FORCE

> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index ffe0cc7..cba5eac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,10 @@ 
 /spl/*
 /tpl/
 
+#
+# Generated include files
+#
+/include/config/
 /include/generated/
 /include/spl-autoconf.mk
 /include/tpl-autoconf.mk