[U-Boot] [PATCH] ignore soc asm-offsets.s

Laurence Withers lwithers at guralp.com
Thu Sep 29 14:40:33 CEST 2011


On Mon, Sep 12, 2011 at 12:47:24AM -0400, Mike Frysinger wrote:
> Recent commit a4814a69d3bca6ee05f4bfc4 cleaned up generation of
> asm-offsets.s for SoC dirs, but missed adding it to the ignore
> list which makes it show up in `git status`.
> 
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
>  .gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index dbf545f..2a82cd9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -46,6 +46,7 @@
>  
>  /include/generated/
>  /lib/asm-offsets.s
> +/arch/*/cpu/asm-offsets.s
>  
>  # stgit generated dirs
>  patches-*

Dear Mike,

There appear to be some SoCs which have further subdirectories, e.g.:

lwithers at rhodium u-boot $ git status
# On branch lw-diamond
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       arch/arm/cpu/arm926ejs/davinci/asm-offsets.s
nothing added to commit but untracked files present (use "git add" to track)

We could ignore all files named asm-offsets.s , or perhaps all files under
arch ?

Bye for now,
-- 
Laurence Withers, <lwithers at guralp.com>                http://www.guralp.com/
Direct tel:+447753988197 or tel:+443333408643               Software Engineer
General support queries: <support at guralp.com>         CMG-DCM CMG-EAM CMG-NAM


More information about the U-Boot mailing list