aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin Brittain <bwb@google.com>2021-09-28 10:00:50 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-01-19 21:37:28 +0000
commit8d8d8f3ea727d52df86db03e3a75008b43be7dae (patch)
tree1858a7e464a1e432b56ab666bd82b4f4f4b1d345 /.gitignore
parent36a41bf0bf2dd3176f8780e09c03585351f29963 (diff)
downloadboringssl-8d8d8f3ea727d52df86db03e3a75008b43be7dae.zip
boringssl-8d8d8f3ea727d52df86db03e3a75008b43be7dae.tar.gz
boringssl-8d8d8f3ea727d52df86db03e3a75008b43be7dae.tar.bz2
Generates "low-level" bindings for Rust using bindgen
This is designed to be the minimal infrastructure required to support using BoringSSL in the Rust ecosystem without fear of ABI drift. Bindgen is used to generate Rust bindings in lockstep with the rest of the build. `rust-openssl` can consume these generated bindings with minimal changes. Change-Id: I1dacd36a4131e22a930ebb01da00407e8465ad7e Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/49645 Reviewed-by: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 08d99a1..a8e3184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ ssl/test/runner/runner
*.swo
doc/*.html
doc/doc.css
+rust/target
util/bot/android_ndk
util/bot/android_sdk/public