From cd67ca6c57420f0c9550ce1861926dfd427b202a Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 10 Dec 2024 04:15:24 +0000 Subject: [PATCH] fix .gitignore to allow /target to be a symlink Signed-off-by: Jason Volk --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf366522..b5fea66b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ modules.xml .nfs* # Rust -/target/ +/target ### vscode ### .vscode/*