kxio/.gitignore
Paul Campbell c67cc9ad92
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 3m29s
Test / build (map[name:stable]) (push) Successful in 4m23s
Release Please / Release-plz (push) Successful in 36s
chore: ignore any occasional use of rover
2024-12-02 20:48:59 +00:00

22 lines
492 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/
.idea/