Unverified Commit a497d27a by ilkecan Committed by GitHub

Add Cargo.lock (#233)

parent 85945fab
...@@ -233,10 +233,6 @@ test/artificial_samples/dockcross* ...@@ -233,10 +233,6 @@ test/artificial_samples/dockcross*
# will have compiled files and executables # will have compiled files and executables
/target/ /target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk
...@@ -265,4 +261,4 @@ ghidra/p_code_extractor/lib/ ...@@ -265,4 +261,4 @@ ghidra/p_code_extractor/lib/
*.rar *.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
\ No newline at end of file
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment