gitignore: remove build dir entries

Meson creates a .gitignore file in its build directories [1] so that
they never get added to Git. These entries assume users will pick a
specific build dir name, so they don't work with e.g. "builddir".

[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3582#note_1424666
This commit is contained in:
Simon Ser 2022-06-14 10:08:54 +02:00
parent 369c6525d7
commit f28c0e2046
1 changed files with 0 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1 @@
/build/
/build-*/
/subprojects/