mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
Rust: update .gitignore for generated rust files
This commit is contained in:
parent
3a11e1add4
commit
7e36ec4686
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue