alacritty/.gitignore
Christian Duerr 0f15dc05d9 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.
2020-01-27 02:30:23 +03:00

37 lines
341 B
Plaintext

# Rust build directory
**/target
# Rust subcrate lockfiles
*/Cargo.lock
# Temp files
.idea
.vscode
*.iml
*~
# vim temporary files
*.swp
# other ignores
*.DS_Store
=======
# Snapcraft files
stage
prime
parts
*.snap
*.pyc
alacritty_*_source.tar.bz2
# WiX files
/Wix.3.11.1
*.msi
*.wixobj
*.wixpdb
# Perf tools
perf.data*
flamegraph.svg