Skip to content

Commit

Permalink
.gitignore: add *.su pattern
Browse files Browse the repository at this point in the history
Ignore the *.su files generated by using the gcc option -fstack-usage.

Signed-off-by: Rasmus Villemoes <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
Villemoes authored and Michal Marek committed Aug 28, 2015
1 parent 56d4a38 commit e255728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
modules.builtin
Module.symvers
*.dwo
*.su

#
# Top-level generic files
Expand Down

0 comments on commit e255728

Please sign in to comment.