This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 8c4e88fd4b0a19c136897147c350afad1936d266 Author: haopengxiang <haopengxi...@xiaomi.com> AuthorDate: Thu Nov 14 20:49:47 2024 +0800 add dir ignored since we changed libxx layout Signed-off-by: haopengxiang <haopengxi...@xiaomi.com> --- libs/libxx/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/libxx/.gitignore b/libs/libxx/.gitignore index 12d63e1fd7..2176249b6c 100644 --- a/libs/libxx/.gitignore +++ b/libs/libxx/.gitignore @@ -1,2 +1,6 @@ *.xz *.bz2 +/libcxx/libcxx +/libcxxabi/libcxxabi +/uClibc++/uClibc++ +/libstdc++/