Merge "git: Add "**/target" to gitignore" into main am: 5b9b254846 am: b4101a3507 am: 4c65907827 am: 45af4ab5f0 am: 0b07ac0a0c

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2782069

Change-Id: I0b83435d376a37458f75425eea02678c48a94d05
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/.gitignore b/.gitignore
index ed653c6..1ad8a24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,6 @@
 .idea/
 .vscode/
 *.code-workspace
+
+# Rust artifacts
+**/target/