This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 39e01289b6 .gitignore: Added ignore file .fakelnk
39e01289b6 is described below
commit 39e01289b60c301dbc253fbbecbb542d79f8b3be
Author: simbit18 <[email protected]>
AuthorDate: Mon Jan 8 18:54:39 2024 +0100
.gitignore: Added ignore file .fakelnk
Added ignore file .fakelnk for make distclean in MSYS2
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 34e29b2264..bd4937245b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,6 +58,7 @@ uImage
.context\ *
# $(TOPDIR)/Makefile.[unix|win]::$(DIRLINKS_EXTERNAL_DIRS)
.dirlinks
+.fakelnk
.vscode
.DS_Store
tools/gdb/__pycache__