.gitignore: Add "target"-folder

The "target"-folder will be created by `cargo check`.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/641>
This commit is contained in:
MoonlightWave-12
2024-04-10 02:58:39 +02:00
parent 8375a8ec38
commit f21d389913

3
.gitignore vendored
View File

@ -1,8 +1,9 @@
_build
_build/
po/squeekboard.pot
po/*.mo
TAGS
tags
target/
vgdump
*.swp
*~