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 <lucas.de.marchi@gmail.com>
This commit is contained in:
Lucas De Marchi 2024-02-02 12:38:11 -06:00
parent 1043f6f023
commit b29704cd44

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.o
*.gcda
*.gcno
*.pc
/*.tar.xz
/*.md5sum
/*.mbx