diff options
author | Laurence Withers <lwithers@guralp.com> | 2011-09-30 12:09:39 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-06 20:10:45 +0200 |
commit | 2099f9005efa98847c7b282f43c41aafb39a6611 (patch) | |
tree | fad1f8558dc554a1271f9cca1590ab0c6c3d1538 | |
parent | 08e4f700ac450ddc5d4819e23df5bc46eb767464 (diff) | |
download | u-boot-imx-2099f9005efa98847c7b282f43c41aafb39a6611.zip u-boot-imx-2099f9005efa98847c7b282f43c41aafb39a6611.tar.gz u-boot-imx-2099f9005efa98847c7b282f43c41aafb39a6611.tar.bz2 |
Tell git to ignore asm-offsets.s
The generated file asm-offsets.s may be found at various depths in the
arch subdirectories, so simply ignore it throughout the tree.
Signed-off-by: Laurence Withers <lwithers@guralp.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -46,8 +46,7 @@ /reloc_off /include/generated/ -/lib/asm-offsets.s -/arch/*/cpu/asm-offsets.s +asm-offsets.s # stgit generated dirs patches-* |