mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
62474be52a
* deps: bump once_cell and related dependencies Now that we've removed heim, I can bump up other dependencies that relied on newer versions of once_cell. * Add some dhat code * dhat gitignore
41 lines
No EOL
420 B
Text
41 lines
No EOL
420 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
|
|
|
|
# Wix
|
|
/wix/
|
|
|
|
# Cargo-deny
|
|
deny.toml
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# mkdocs
|
|
site/
|
|
|
|
# dhat heap profiling
|
|
dhat-heap.json
|
|
dhat/ |