summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-27 00:30:23 +0100
committerKirill Chibisov <contact@kchibisov.com>2020-01-27 02:30:23 +0300
commit0f15dc05d9332bb9dc71bd9b70bc737da2dc33c5 (patch)
tree481e2fd0559aad8f588d0a9ac075ccfc47d4efb9 /.gitignore
parent4cc6421daa4ff5976ab43c67110a7a80a36541e5 (diff)
Switch to flamegraph-rs script
This cleans up the Alacritty scripts a bit by removing some of them which are not recommended to be used anymore and switching from the official FlameGraph tool to the more specialized Rust FlameGraph implementation.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index c5af9dab..addaae1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,3 @@
-# FlameGraph script
-FlameGraph
-
# Rust build directory
**/target
@@ -33,3 +30,7 @@ alacritty_*_source.tar.bz2
*.msi
*.wixobj
*.wixpdb
+
+# Perf tools
+perf.data*
+flamegraph.svg