From: Rasmus Villemoes Date: Thu, 20 Aug 2015 09:53:28 +0000 (+0200) Subject: .gitignore: add *.su pattern X-Git-Tag: v4.3-rc1~51^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25572878a70d9cd84020f577b7c45583b9d42ae;p=thirdparty%2Flinux.git .gitignore: add *.su pattern Ignore the *.su files generated by using the gcc option -fstack-usage. Signed-off-by: Rasmus Villemoes Signed-off-by: Michal Marek --- diff --git a/.gitignore b/.gitignore index 98b91fccff45f..f0efae5e2963d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin Module.symvers *.dwo +*.su # # Top-level generic files