Files
Lily Chen 290acfa3ba Update .gitignore to check in Cargo.lock files
Cargo.lock files should be checked into version control, per the FAQ.[1]
This edits .gitignore to stop ignoring these files, and checks in the
latest Cargo.lock generated for bssl-sys and bssl-crypto crates.

Unrelatedly, start ignoring /out directories which may be used for
builds.


[1] https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control

Change-Id: I77764645cb550b60b1fc15f6c54163da5cf7cac9
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/80447
Commit-Queue: Lily Chen <chlily@google.com>
Auto-Submit: Lily Chen <chlily@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
2025-07-15 14:14:22 -07:00

8 lines
152 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "bssl-sys"
version = "0.1.0"