Fix gitignore
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 29 Sep 2021 13:56:58 +0000 (09:56 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 29 Sep 2021 20:11:55 +0000 (20:11 +0000)
commitc2ca545a72551f7faf73399aa27fe5efd3796093
treea19c4b05b3f0b3e60d88a53a8465d7ef67ce9b9c
parent7abb8802fe2cf42ab4f522b4bcec87f32815c591
Fix gitignore

- `*build*/` is not needed because Meson puts a .gitignore in builddir
already.

- `meson/` why?

- `/gst*` is too wide, it includes e.g. gst-env.py, list symlinks
explicitly instead.

- `subprojects/*` excludes all .wrap files, and `!subprojects/gst*` is
not enough because e.g. `macos-bison-binary` is still ignored. Instead
ignore only directories except those we include in our git repository.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/969>
.gitignore