diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-08-20 11:53:28 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2015-08-28 17:04:40 +0200 |
commit | e25572878a70d9cd84020f577b7c45583b9d42ae (patch) | |
tree | 9011abc525b33b9aac489795f49f403349216485 /.gitignore | |
parent | 56d4a3814690a62a3fd9724844e23ea152ce938c (diff) |
.gitignore: add *.su pattern
Ignore the *.su files generated by using the gcc option -fstack-usage.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 98b91fccff45..f0efae5e2963 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin Module.symvers *.dwo +*.su # # Top-level generic files |