mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
b58d982a31
* ci: better cirrus release * add cancellation * limit number of concurrent cargo jobs * update test skip, clean up, clean tasks
49 lines
521 B
Text
49 lines
521 B
Text
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Logging
|
|
*.log
|
|
|
|
# Flamegraph stuff
|
|
flamegraphs/
|
|
rust-unmangle
|
|
*.svg
|
|
*.data
|
|
*.data.old
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
|
|
# Heaptrack files
|
|
*.zst
|
|
|
|
# For testing
|
|
sample_configs/testing*.toml
|
|
|
|
# Cargo-deny
|
|
deny.toml
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# mkdocs
|
|
site/
|
|
|
|
# dhat heap profiling
|
|
dhat-heap.json
|
|
dhat/
|
|
|
|
# cargo vet
|
|
supply-chain/
|
|
|
|
# samply profiling
|
|
profile.json
|
|
|
|
**/venv/
|
|
|
|
# Sometimes used for scripts
|
|
.ruff_cache
|