* [U-Boot] [PATCH] update include/asm/ gitignore after move
@ 2010-04-27 18:15 Mike Frysinger
2010-04-27 18:15 ` Mike Frysinger
0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2010-04-27 18:15 UTC (permalink / raw)
To: u-boot
With the cpu include paths moved, the gitignore paths need updating.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
arch/.gitignore | 2 ++
include/.gitignore | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
create mode 100644 arch/.gitignore
diff --git a/arch/.gitignore b/arch/.gitignore
new file mode 100644
index 0000000..a1fbe01
--- /dev/null
+++ b/arch/.gitignore
@@ -0,0 +1,2 @@
+/*/include/asm/arch
+/*/include/asm/proc
diff --git a/include/.gitignore b/include/.gitignore
index 4481412..77594e5 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -1,7 +1,5 @@
/autoconf.mk*
/asm
-/asm-*/arch
-/asm-*/proc
/bmp_logo.h
/config.h
/config.mk
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] update include/asm/ gitignore after move
2010-04-27 18:15 [U-Boot] [PATCH] update include/asm/ gitignore after move Mike Frysinger
@ 2010-04-27 18:15 ` Mike Frysinger
2010-05-03 12:25 ` Tom Rix
2010-05-06 22:17 ` Wolfgang Denk
0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2010-04-27 18:15 UTC (permalink / raw)
To: u-boot
With the cpu include paths moved, the gitignore paths need updating.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
arch/.gitignore | 2 ++
include/.gitignore | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
create mode 100644 arch/.gitignore
diff --git a/arch/.gitignore b/arch/.gitignore
new file mode 100644
index 0000000..a1fbe01
--- /dev/null
+++ b/arch/.gitignore
@@ -0,0 +1,2 @@
+/*/include/asm/arch
+/*/include/asm/proc
diff --git a/include/.gitignore b/include/.gitignore
index 4481412..77594e5 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -1,7 +1,5 @@
/autoconf.mk*
/asm
-/asm-*/arch
-/asm-*/proc
/bmp_logo.h
/config.h
/config.mk
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] update include/asm/ gitignore after move
2010-04-27 18:15 ` Mike Frysinger
@ 2010-05-03 12:25 ` Tom Rix
2010-05-06 22:17 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Tom Rix @ 2010-05-03 12:25 UTC (permalink / raw)
To: u-boot
Mike Frysinger wrote:
> With the cpu include paths moved, the gitignore paths need updating.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This looks fine.
Old :
> git status
# On branch blablabla
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# arch/arm/include/asm/arch
# arch/arm/include/asm/proc
nothing added to commit but untracked files present (use "git add" to track)
New :
> git status
# On branch blablabla
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)
Tested-by Tom Rix <tom@bumblecow.com>
> ---
> arch/.gitignore | 2 ++
> include/.gitignore | 2 --
> 2 files changed, 2 insertions(+), 2 deletions(-)
> create mode 100644 arch/.gitignore
>
> diff --git a/arch/.gitignore b/arch/.gitignore
> new file mode 100644
> index 0000000..a1fbe01
> --- /dev/null
> +++ b/arch/.gitignore
> @@ -0,0 +1,2 @@
> +/*/include/asm/arch
> +/*/include/asm/proc
> diff --git a/include/.gitignore b/include/.gitignore
> index 4481412..77594e5 100644
> --- a/include/.gitignore
> +++ b/include/.gitignore
> @@ -1,7 +1,5 @@
> /autoconf.mk*
> /asm
> -/asm-*/arch
> -/asm-*/proc
> /bmp_logo.h
> /config.h
> /config.mk
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] update include/asm/ gitignore after move
2010-04-27 18:15 ` Mike Frysinger
2010-05-03 12:25 ` Tom Rix
@ 2010-05-06 22:17 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-05-06 22:17 UTC (permalink / raw)
To: u-boot
Dear Mike Frysinger,
In message <1272392134-13368-2-git-send-email-vapier@gentoo.org> you wrote:
> With the cpu include paths moved, the gitignore paths need updating.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> arch/.gitignore | 2 ++
> include/.gitignore | 2 --
> 2 files changed, 2 insertions(+), 2 deletions(-)
> create mode 100644 arch/.gitignore
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
F u cn rd ths u cnt spl wrth a dm!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-05-06 22:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 18:15 [U-Boot] [PATCH] update include/asm/ gitignore after move Mike Frysinger
2010-04-27 18:15 ` Mike Frysinger
2010-05-03 12:25 ` Tom Rix
2010-05-06 22:17 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox