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 <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cad86ea..29b3102 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.gcda *.gcno +*.pc /*.tar.xz /*.md5sum /*.mbx -- 2.43.0
