From: Zbigniew Jędrzejewski-Szmek Date: Tue, 7 Dec 2021 17:33:32 +0000 (+0100) Subject: gitignore: remove patterns for build files in source dir X-Git-Tag: v250-rc1~20^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21c7bc1dad196e2b2f830d848a0a3413d649e0b0;p=thirdparty%2Fsystemd.git 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 --- diff --git a/.gitignore b/.gitignore index 3e65a61ea35..b3aba0921b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,6 @@ -*.a *.cache -*.gch -*.log -*.o *.plist *.py[co] -*.stamp *.swp *.trs *~