From f28c0e2046c59aeb9f014ef4c22d4517e38f4721 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 14 Jun 2022 10:08:54 +0200 Subject: [PATCH] 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 --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d1908c8..d73983bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/build/ -/build-*/ /subprojects/