aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2024-01-29 16:17:00 +0100
committerArthur Cohen <arthur.cohen@embecosm.com>2025-03-17 16:35:21 +0100
commit4e1314fecdf738a81411f47008cce6e461bfa711 (patch)
tree4a2989825129db07fd046bf0f8763aa097c9d14f
parent04e17a7fdef7150ffe5753a3718a58196c796dab (diff)
downloadgcc-4e1314fecdf738a81411f47008cce6e461bfa711.zip
gcc-4e1314fecdf738a81411f47008cce6e461bfa711.tar.gz
gcc-4e1314fecdf738a81411f47008cce6e461bfa711.tar.bz2
gccrs: git: Ignore libgrust build folders
ChangeLog: * .gitignore: Add libgrust target folders to the ignore list.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f044fe1..7150fc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,6 @@ stamp-*
/gmp*
/isl*
/gettext*
+
+# ADDITIONS from GCCRS front-end
+libgrust/*/target/