alacritty/.gitignore
Christian Duerr 851e77383e
Remove library lockfiles from git
Following Rust's standard, the lockfiles for Alacritty's
sub-libraries have been removed.

One instance of the deprecated `ATOMIC_USIZE_INIT` has
also been removed.

This fixes #2040.
2019-02-04 23:12:56 +00:00

30 lines
284 B
Plaintext

# FlameGraph script
FlameGraph
# 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