aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2024-02-02 12:38:11 -0600
committerLucas De Marchi <lucas.de.marchi@gmail.com>2024-02-02 12:54:04 -0600
commitb29704cd448aaa455dba4e656fc0f0d3c686df3f (patch)
tree84caf98dc5cef3d123c56ba12e35fd67026e0693
parent1043f6f0234dbdb872372d419222d80e6c7fdce7 (diff)
downloadkmod-b29704cd448aaa455dba4e656fc0f0d3c686df3f.tar.gz
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>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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