gitignore: Add all wrap files

meson has a tendency to dump wrap files of subprojects into this directory.
So we have to ignore them when using wrap files.

I think meson should put them into its builddir, but oh well...
This commit is contained in:
Benjamin Otte 2024-10-16 00:29:21 +02:00
parent cc03f04380
commit 036f481753

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/subprojects/*/
.flatpak-builder/
subprojects/*.wrap