From: Arthur Cohen Date: Mon, 29 Jan 2024 15:17:00 +0000 (+0100) Subject: gccrs: git: Ignore libgrust build folders X-Git-Tag: basepoints/gcc-16~1462 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e1314fecdf738a81411f47008cce6e461bfa711;p=thirdparty%2Fgcc.git gccrs: git: Ignore libgrust build folders ChangeLog: * .gitignore: Add libgrust target folders to the ignore list. --- diff --git a/.gitignore b/.gitignore index f044fe16b5f..7150fc3b29c 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,6 @@ stamp-* /gmp* /isl* /gettext* + +# ADDITIONS from GCCRS front-end +libgrust/*/target/