diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-02-04 20:16:36 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-02-04 20:16:36 +0100 |
commit | 7b1391db483477b43188f4c932e065d008955b47 (patch) | |
tree | afedce19a72fa35fc8acd2a91a6bb10f22dd28ff | |
parent | 67151623cdee3a38a34cda0020cd028eeae55508 (diff) | |
download | alacritty-fix-deprecated.tar.gz alacritty-fix-deprecated.zip |
Remove subcrate lockfiles from repofix-deprecated
This fixes #2040.
-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 |