mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
0f15dc05d9
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.
36 lines
341 B
Text
36 lines
341 B
Text
# 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
|