aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-02-04 23:12:56 +0000
committerGitHub <noreply@github.com>2019-02-04 23:12:56 +0000
commit851e77383ea764b793914696b29b4e6d95632ebb (patch)
treeafedce19a72fa35fc8acd2a91a6bb10f22dd28ff /.gitignore
parent40237b213a847cb3fabaa4da0ef2f295e9bf56a9 (diff)
downloadalacritty-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--.gitignore8
1 files changed, 7 insertions, 1 deletions
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