This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 44d064233 Add *.su to .gitignore
44d064233 is described below
commit 44d0642334e109ab056bf800520eb3330d19b00c
Author: Xiang Xiao <[email protected]>
AuthorDate: Thu Jan 19 10:11:29 2023 +0800
Add *.su to .gitignore
*.su is generated by gcc/clang when we pass -fstack-usage to them
Signed-off-by: Xiang Xiao <[email protected]>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 9921eec3a..5988d370e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
*.src
*.swp
*.sym
+*.su
*~
.context
.depend