kxio/.gitignore
Paul Campbell c82e6575ef
Some checks failed
Rust / build (map[name:nightly]) (push) Failing after 14s
Rust / build (map[name:stable]) (push) Failing after 1m0s
build: ignore cargo-mutants output
2024-11-08 18:02:52 +00:00

21 lines
485 B
Text

# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# cargo-bin-run cache
.bin
# 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
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
mutants.out/
mutants.out.old/