.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>
This commit is contained in:
Tom Rini 2012-02-14 07:29:36 +00:00 committed by Albert ARIBAUD
parent 56df16f25a
commit 667c9a8008
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
*.orig
*.a
*.o
*.su
*~
*.swp
*.patch