[U-Boot] [PATCH] Ignore generated files
Joe Hershberger
joe.hershberger at ni.com
Fri Oct 7 01:46:04 CEST 2011
Add a filter to .gitignore for files such as "arch/powerpc/cpu/mpc83xx/asm-offsets.s"
Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
Cc: Joe Hershberger <joe.hershberger at gmail.com>
Cc: Wolfgang Denk <wd at denx.de>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 289ffab..0b85850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,7 @@
/include/generated/
/lib/asm-offsets.s
/arch/*/cpu/asm-offsets.s
+/arch/*/cpu/*/asm-offsets.s
# stgit generated dirs
patches-*
--
1.6.0.2
More information about the U-Boot
mailing list