2019-09-04 23:55:00 +03:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
2019-09-15 08:30:07 +03:00
|
|
|
**/*.rs.bk
|
|
|
|
|
2020-12-11 06:29:25 +03:00
|
|
|
# Logging
|
2019-09-15 08:30:07 +03:00
|
|
|
*.log
|
2020-12-11 06:29:25 +03:00
|
|
|
|
|
|
|
# Flamegraph stuff
|
2022-11-28 08:26:58 +03:00
|
|
|
flamegraphs/
|
2020-01-20 06:35:05 +03:00
|
|
|
rust-unmangle
|
|
|
|
*.svg
|
2020-02-23 21:11:38 +03:00
|
|
|
*.data
|
2020-12-12 03:54:02 +03:00
|
|
|
*.data.old
|
2020-12-11 06:29:25 +03:00
|
|
|
|
|
|
|
# IntelliJ
|
2020-02-29 06:31:11 +03:00
|
|
|
.idea/
|
2020-02-23 21:11:38 +03:00
|
|
|
|
2020-12-11 06:29:25 +03:00
|
|
|
# Heaptrack files
|
|
|
|
*.zst
|
|
|
|
|
|
|
|
# For testing
|
2020-02-23 21:11:38 +03:00
|
|
|
sample_configs/testing.toml
|
2020-08-23 03:22:47 +03:00
|
|
|
|
|
|
|
# Wix
|
|
|
|
/wix/
|
2021-04-08 03:52:29 +03:00
|
|
|
|
|
|
|
# Cargo-deny
|
|
|
|
deny.toml
|
2021-05-06 07:19:41 +03:00
|
|
|
|
|
|
|
# vscode
|
|
|
|
.vscode
|
2021-06-21 08:40:58 +03:00
|
|
|
|
|
|
|
# mkdocs
|
|
|
|
site/
|
2023-04-11 10:22:32 +03:00
|
|
|
|
|
|
|
# dhat heap profiling
|
|
|
|
dhat-heap.json
|
|
|
|
dhat/
|