Add *.su to .gitignore

*.su is generated by gcc/clang when we pass -fstack-usage to them

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-01-19 10:11:29 +08:00 committed by Alin Jerpelea
parent 360f7b748a
commit 44d0642334

1
.gitignore vendored
View File

@ -16,6 +16,7 @@
*.src
*.swp
*.sym
*.su
*~
.context
.depend