Add Cargo.lock to .gitignore for rust/bssl-crypto and remove generated file Clean up cargo deny warnings and set reasonable starting point in deny.toml Change-Id: I0b925408ab6b7947b1b01282bac803feb769421a Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/57985 Reviewed-by: Nabil Wadih <nwadih@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Bob Beck <bbe@google.com>
46 lines
538 B
Plaintext
46 lines
538 B
Plaintext
# pregenerated/ cannot be here because we need `cargo package` to package stuff
|
|
# in it. However, we don't need/want `cargo package` to package pregenerated/tmp,
|
|
# so that can be here.
|
|
pregenerated/tmp
|
|
|
|
build/
|
|
ssl/test/runner/runner
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
doc/*.html
|
|
doc/doc.css
|
|
|
|
*.bk
|
|
*.orig
|
|
*~
|
|
|
|
# Visual Studio Junk
|
|
.vs/
|
|
*.opensdf
|
|
*.psess
|
|
*.sdf
|
|
*.sln.docstates
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.VC.db
|
|
*.VC.opendb
|
|
*.vsp
|
|
*.vspx
|
|
*.rsproj
|
|
*.sln
|
|
*.vcxproj
|
|
*.filters
|
|
|
|
|
|
# Cargo Junk
|
|
Cargo.lock
|
|
target/
|
|
|
|
# JetBrains Junk
|
|
.idea
|
|
*.iml
|
|
CMakeLists.txt
|