From 21c7bc1dad196e2b2f830d848a0a3413d649e0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 7 Dec 2021 18:33:32 +0100 Subject: [PATCH] gitignore: remove patterns for build files in source dir Those made sense when autotoolz were used. With meson, everything should land in the build dir, and this is only likely to obscure issues with custom build rules. C.f. https://github.com/systemd/systemd/pull/20429#issuecomment-988132332 --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3e65a61ea3..b3aba0921b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,6 @@ -*.a *.cache -*.gch -*.log -*.o *.plist *.py[co] -*.stamp *.swp *.trs *~