.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:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,8 +1,9 @@
|
||||
_build
|
||||
_build/
|
||||
po/squeekboard.pot
|
||||
po/*.mo
|
||||
TAGS
|
||||
tags
|
||||
target/
|
||||
vgdump
|
||||
*.swp
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user