From 397487fc4a241dac3708a6300d6d712fae3e6b6c Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Mon, 8 Feb 2021 19:20:10 -0800 Subject: [PATCH] Ignore Rust SDK Target folder Rust builds will make a ./target folder, which should be ignored. --- test/sdk/rust/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sdk/rust/.gitignore b/test/sdk/rust/.gitignore index f4eced2b64..84dcef7ffc 100644 --- a/test/sdk/rust/.gitignore +++ b/test/sdk/rust/.gitignore @@ -12,4 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -Cargo.lock \ No newline at end of file +Cargo.lock +/target \ No newline at end of file