Skip to content

Commit a497d27

Browse files
authoredOct 1, 2021
Add Cargo.lock (fkie-cad#233)
1 parent 85945fa commit a497d27

File tree

2 files changed

+715
-5
lines changed

2 files changed

+715
-5
lines changed
 

‎.gitignore

+1-5
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,6 @@ test/artificial_samples/dockcross*
233233
# will have compiled files and executables
234234
/target/
235235

236-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
237-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
238-
Cargo.lock
239-
240236
# These are backup files generated by rustfmt
241237
**/*.rs.bk
242238

@@ -265,4 +261,4 @@ ghidra/p_code_extractor/lib/
265261
*.rar
266262

267263
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
268-
hs_err_pid*
264+
hs_err_pid*

‎Cargo.lock

+714
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.