mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-09 23:36:24 +03:00
37 lines
373 B
Plaintext
37 lines
373 B
Plaintext
# 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
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# mkdocs
|
|
site/
|
|
docs/site |