]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
gitignore: Ignore *.pc files
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 2 Feb 2024 18:38:11 +0000 (12:38 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 2 Feb 2024 18:54:04 +0000 (12:54 -0600)
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>
.gitignore

index cad86eaf8df4ea272c52354cc91cbf8a1171358f..29b31028446c6f07dcc2b95b49fe15d47ed1d71d 100644 (file)
@@ -1,6 +1,7 @@
 *.o
 *.gcda
 *.gcno
+*.pc
 /*.tar.xz
 /*.md5sum
 /*.mbx