[U-Boot] [PATCH 1/6] .gitignore: Add .su files

Tom Rini trini at ti.com
Wed Feb 8 23:58:15 CET 2012


The '-fstack-usage' option to gcc will generate .su files, ignore them.

Signed-off-by: Tom Rini <trini at ti.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index e4e95e2..0f32fd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 *.orig
 *.a
 *.o
+*.su
 *~
 *.swp
 *.patch
-- 
1.7.0.4



More information about the U-Boot mailing list