From e3fca6ffc75a131edef613c9eca1d96df1aad2d3 Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Mon, 29 Jan 2024 16:17:00 +0100 Subject: [PATCH] git: Ignore libgrust build folders ChangeLog: * .gitignore: Add libgrust target folders to the ignore list. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 88b8aa27a882..b1c6625d645c 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ test.code-workspace gcc/rust/test3-tiny/* .clang-format.swap +libgrust/*/target/ -- 2.47.2