mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-21 19:53:05 +00:00
e63a0b4082
Refactor to unify the process disk usage -> string into one function.
30 lines
330 B
Text
30 lines
330 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
|
|
rust-unmangle
|
|
*.svg
|
|
*.data
|
|
*.data.old
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
|
|
# Heaptrack files
|
|
*.zst
|
|
|
|
# For testing
|
|
sample_configs/testing.toml
|
|
|
|
# Wix
|
|
/wix/
|
|
|
|
# Cargo-deny
|
|
deny.toml
|