Files
powdr/.gitignore
Georg Wiese 9a0bd384fd Git ignore .cargo (#1767)
This way, one can add a `.cargo/config.toml` with the content:

```toml
[build]
rustflags = ["-C", "target-cpu=native"]
```

and doesn't have to think of setting it manually.
2024-09-13 17:03:37 +00:00

17 lines
400 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
# Cargo configuration
/.cargo/
# 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
cargo_target/
riscv/tests/riscv_data/**/target