From: Lucas De Marchi Date: Fri, 2 Feb 2024 18:38:11 +0000 (-0600) Subject: gitignore: Ignore *.pc files X-Git-Tag: v32~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b29704cd448aaa455dba4e656fc0f0d3c686df3f;p=thirdparty%2Fkmod.git gitignore: Ignore *.pc files tools/kmod.pc is generated by build system. Any new *.pc we may have should follow a similar approach. So, just ignore from git, like we do for e.g. *.o. Signed-off-by: Lucas De Marchi --- diff --git a/.gitignore b/.gitignore index cad86eaf..29b31028 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.gcda *.gcno +*.pc /*.tar.xz /*.md5sum /*.mbx