From: Tom Rini Date: Tue, 14 Feb 2012 07:29:36 +0000 (+0000) Subject: .gitignore: Add .su files X-Git-Tag: v2012.04-rc1~19^2~128 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=667c9a80082d30281978e8159958f38e8c7ef10a;p=oweals%2Fu-boot.git .gitignore: Add .su files The '-fstack-usage' option to gcc will generate .su files, ignore them. Acked-by: Mike Frysinger Signed-off-by: Tom Rini --- diff --git a/.gitignore b/.gitignore index e4e95e2d34..0f32fd8954 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.orig *.a *.o +*.su *~ *.swp *.patch