From f21d389913b3326176c07ec38424fa3b9052aca3 Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Wed, 10 Apr 2024 02:58:39 +0200 Subject: [PATCH] .gitignore: Add "target"-folder The "target"-folder will be created by `cargo check`. Part-of: --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6984fcf9..8d4c9330 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ -_build +_build/ po/squeekboard.pot po/*.mo TAGS tags +target/ vgdump *.swp *~