On 6/1/25 1:40 PM, Arijit Kumar Das wrote:
newlib sources are not a part of GCC so should be ignored, if present.
Signed-off-by: Arijit Kumar Das <arijitkdgit.offic...@gmail.com>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 7150fc3b29c..5ae6a5a08d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,6 @@ stamp-*
# ADDITIONS from GCCRS front-end
libgrust/*/target/
+
+# newlib sources are not a part of GCC so should be ignored, if present as a
symlink
+newlib
There's all kind of directories that would fit this description, say for
a single tree build, but which aren't included in .gitignore (binutils,
gas, ld, opcodes, etc etc).
Why would newlib be special here? I'm not inclined to include this
without a strong reason.
jeff