diff options
author | Tom Rini <trini@ti.com> | 2012-02-14 07:29:36 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-26 23:09:24 +0200 |
commit | 667c9a80082d30281978e8159958f38e8c7ef10a (patch) | |
tree | 3303045e03dc62e090d961e6b64cc92aa92d0602 | |
parent | 56df16f25ab81196669538c648ff466c24a43788 (diff) | |
download | u-boot-imx-667c9a80082d30281978e8159958f38e8c7ef10a.zip u-boot-imx-667c9a80082d30281978e8159958f38e8c7ef10a.tar.gz u-boot-imx-667c9a80082d30281978e8159958f38e8c7ef10a.tar.bz2 |
.gitignore: Add .su files
The '-fstack-usage' option to gcc will generate .su files, ignore them.
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ *.orig *.a *.o +*.su *~ *.swp *.patch |