From: Laurence Withers Date: Fri, 30 Sep 2011 12:09:39 +0000 (+0000) Subject: Tell git to ignore asm-offsets.s X-Git-Tag: v2011.12-rc1~573 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2099f9005efa98847c7b282f43c41aafb39a6611;p=u-boot 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 Acked-by: Mike Frysinger --- diff --git a/.gitignore b/.gitignore index 289ffab85a..0a9dc0c75a 100644 --- a/.gitignore +++ b/.gitignore @@ -46,8 +46,7 @@ /reloc_off /include/generated/ -/lib/asm-offsets.s -/arch/*/cpu/asm-offsets.s +asm-offsets.s # stgit generated dirs patches-*