[U-Boot] [PATCH v2 1/6] .gitignore: Add .su files
Tom Rini
trini at ti.com
Tue Feb 14 00:02:01 CET 2012
The '-fstack-usage' option to gcc will generate .su files, ignore them.
Acked-by: Mike Frysinger <vapier at gentoo.org>
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