simplify .gitignore (#783)

`/target` is useless when there's already `**/target`.

And `**/target` should be written just `target`.

And to be more precise, what's really wanted here is
to match the "target" *directory* everywhere so the
best rule is `target/`.
This commit is contained in:
Canop 2021-10-18 10:46:00 +02:00 committed by GitHub
parent b94b25c5fe
commit 25d9ce8b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -1,7 +1,6 @@
/target target/
*.new *.new
.vscode .vscode
.vim .vim
.DS_Store .DS_Store
/assets/man/zellij.1 /assets/man/zellij.1
**/target