Updated gitignore file to ignore rust build release directory tree.

This commit is contained in:
Andrew Schott 2024-06-05 00:39:14 -05:00
parent ae22876a53
commit d0999183ce

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
./osupdater
./in_development/rust/osupdater/target/*
./in_development/rust/osupdater/release/*