diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-27 00:30:23 +0100 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2020-01-27 02:30:23 +0300 |
commit | 0f15dc05d9332bb9dc71bd9b70bc737da2dc33c5 (patch) | |
tree | 481e2fd0559aad8f588d0a9ac075ccfc47d4efb9 /.gitignore | |
parent | 4cc6421daa4ff5976ab43c67110a7a80a36541e5 (diff) | |
download | alacritty-0f15dc05d9332bb9dc71bd9b70bc737da2dc33c5.tar.gz alacritty-0f15dc05d9332bb9dc71bd9b70bc737da2dc33c5.zip |
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-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |