summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5a2a9a98..a0196a55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,13 +5,21 @@
# These are backup files generated by rustfmt
**/*.rs.bk
-# Stuff to really ignore
+# Logging
*.log
+
+# Flamegraph stuff
rust-unmangle
*.svg
*.data
+
+# IntelliJ
.idea/
+# Heaptrack files
+*.zst
+
+# For testing
sample_configs/testing.toml
# Wix