Rust: update .gitignore for generated rust files

This commit is contained in:
John Humlick 2021-03-04 20:39:03 -08:00 committed by Micah Snyder
parent 3a11e1add4
commit 7e36ec4686

12
.gitignore vendored
View file

@ -222,3 +222,15 @@ libclamav/c++/llvmunittest_VMCore
libclamav/c++/not
libclamav/c++/tblgen
libclamav/c++/llvm/tools/llvmc/plugins/Base/Base.td
# Generated by Cargo
# will have compiled files and executables
debug/
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
**/*.rs.bk