[U-Boot] [PATCH] update include/asm/ gitignore after move
Tom Rix
tom at bumblecow.com
Mon May 3 14:25:44 CEST 2010
Mike Frysinger wrote:
> With the cpu include paths moved, the gitignore paths need updating.
>
> Signed-off-by: Mike Frysinger <vapier at 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 at 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
More information about the U-Boot
mailing list