kmod/.gitignore
Lucas De Marchi b29704cd44 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>
2024-02-02 12:54:04 -06:00

34 lines
308 B
Plaintext

*.o
*.gcda
*.gcno
*.pc
/*.tar.xz
/*.md5sum
/*.mbx
/*.cover
.deps/
.libs/
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache/
/build-aux/
/config.h
/config.h.in
/config.log
/config.status
/configure
/cov-int
/coverage
/gtk-doc.make
/kmod-*.tar.*
/libtool
/stamp-h1
/test-suite.log
*~
.*.swp
cscope.out
tags