[U-Boot] [PATCH] Tell git to ignore asm-offsets.s

Laurence Withers lwithers at guralp.com
Sat Oct 1 00:09:39 CEST 2011


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 at guralp.com>
---
 .gitignore |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2a82cd9..e85d461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,8 +45,7 @@
 /reloc_off
 
 /include/generated/
-/lib/asm-offsets.s
-/arch/*/cpu/asm-offsets.s
+asm-offsets.s
 
 # stgit generated dirs
 patches-*
-- 
1.7.2.5



More information about the U-Boot mailing list