diff mbox series

[4/4] gitignore: Ignore *.pc files

Message ID 20240202190823.418148-5-lucas.de.marchi@gmail.com (mailing list archive)
State New
Headers show
Series Drop what's not maintained | expand

Commit Message

Lucas De Marchi Feb. 2, 2024, 7:08 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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