From 7f295d3bea96173a6c45db76deef38d87966f74d Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Wed, 5 Jun 2024 00:37:05 -0500 Subject: [PATCH] Updated gitignore file to ignore osupdater rust binary too. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fd4da49..169da6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +./osupdater ./in_development/rust/osupdater/target/*