From 851e77383ea764b793914696b29b4e6d95632ebb Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 4 Feb 2019 23:12:56 +0000 Subject: 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. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 94f368bc..00aad136 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ -target +# FlameGraph script FlameGraph +# Rust build directory +**/target + +# Rust subcrate lockfiles +*/Cargo.lock + # Temp files .idea .vscode -- cgit v1.2.3-54-g00ecf