We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cargo.lock
1 parent 00f1d72 commit dcf69f0Copy full SHA for dcf69f0
src/libcprover-rust/.gitignore
@@ -1,2 +1,5 @@
1
# Ignore build artefacts folder
2
target/
3
+
4
+# Ignore Cargo.lock as recommended by Rust docs
5
+Cargo.lock
src/libcprover-rust/Cargo.lock
src/libcprover-rust/Cargo.toml
@@ -6,7 +6,7 @@ description = "Rust API for CBMC and assorted CProver tools"
6
repository = "https://github.com/diffblue/cbmc"
7
documentation = "https://diffblue.github.io/cbmc/"
8
license = "BSD-4-Clause"
9
-exclude = ["module_dependencies.txt"]
+exclude = ["module_dependencies.txt", "Cargo.lock"]
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
0 commit comments