2019-09-04 20:55:00 +00:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
2019-09-15 05:30:07 +00:00
|
|
|
**/*.rs.bk
|
|
|
|
|
2020-12-11 03:29:25 +00:00
|
|
|
# Logging
|
2019-09-15 05:30:07 +00:00
|
|
|
*.log
|
2020-12-11 03:29:25 +00:00
|
|
|
|
|
|
|
# Flamegraph stuff
|
2020-01-20 03:35:05 +00:00
|
|
|
rust-unmangle
|
|
|
|
*.svg
|
2020-02-23 18:11:38 +00:00
|
|
|
*.data
|
2020-12-12 00:54:02 +00:00
|
|
|
*.data.old
|
2020-12-11 03:29:25 +00:00
|
|
|
|
|
|
|
# IntelliJ
|
2020-02-29 03:31:11 +00:00
|
|
|
.idea/
|
2020-02-23 18:11:38 +00:00
|
|
|
|
2020-12-11 03:29:25 +00:00
|
|
|
# Heaptrack files
|
|
|
|
*.zst
|
|
|
|
|
|
|
|
# For testing
|
2020-02-23 18:11:38 +00:00
|
|
|
sample_configs/testing.toml
|
2020-08-23 00:22:47 +00:00
|
|
|
|
|
|
|
# Wix
|
|
|
|
/wix/
|