
14 Feb
2012
14 Feb
'12
12:02 a.m.
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 --- .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