diff mbox

[U-Boot] Ignore generated files

Message ID 1317944764-31204-1-git-send-email-joe.hershberger@ni.com
State Superseded
Headers show

Commit Message

Joe Hershberger Oct. 6, 2011, 11:46 p.m. UTC
Add a filter to .gitignore for files such as "arch/powerpc/cpu/mpc83xx/asm-offsets.s"

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Mike Frysinger Oct. 7, 2011, 5:22 p.m. UTC | #1
On Thursday 06 October 2011 19:46:04 Joe Hershberger wrote:
> --- a/.gitignore
> +++ b/.gitignore
>
>  /lib/asm-offsets.s
>  /arch/*/cpu/asm-offsets.s
> +/arch/*/cpu/*/asm-offsets.s

NAK: your tree is out of date.  please sync up as this should be fixed already.
-mike
diff mbox

Patch

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-*