diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-02-04 23:12:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-04 23:12:56 +0000 |
commit | 851e77383ea764b793914696b29b4e6d95632ebb (patch) | |
tree | afedce19a72fa35fc8acd2a91a6bb10f22dd28ff /.gitignore | |
parent | 40237b213a847cb3fabaa4da0ef2f295e9bf56a9 (diff) | |
download | alacritty-851e77383ea764b793914696b29b4e6d95632ebb.tar.gz alacritty-851e77383ea764b793914696b29b4e6d95632ebb.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ -target +# FlameGraph script FlameGraph +# Rust build directory +**/target + +# Rust subcrate lockfiles +*/Cargo.lock + # Temp files .idea .vscode |