From 93ee4c7684050807e959bb3b6d57826a72fba8c2 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 28 May 2022 12:23:51 +0200 Subject: [PATCH] gitignore: remove unnecessary entries, add subprojects/ The previous entries aren't used because the build files are self-contained in the Meson build directory. Add subprojects/ because it's common for developers to override Meson dependencies via subproject symlinks. --- .gitignore | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f635e54f..1d1908c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -.clang_complete -*.o -*.a -bin/ -test/ -build/ -build-*/ -wayland-*-protocol.* -wlr-example.ini +/build/ +/build-*/ +/subprojects/