summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2010-03-09 14:14:09 -0800
committerBrian Behlendorf <[email protected]>2010-03-09 14:14:09 -0800
commit774f7c02b181f6e18b91ebdd3092df57151da3e3 (patch)
tree4f86d16bf527a5576dd0fca7b7fa80e216a4748c /.gitignore
parent4cd8e49a69db0c3058c03f2541175985f07ff5c1 (diff)
Ignore unsigned module build products
Along with the addition of signed kernel modules in newer kernel we have a few new build products we need to ignore. LKLM has the whole thread for those interested: http://lkml.org/lkml/2007/2/14/164
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 934b97390..0b7abb2c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,9 @@
#
*.[oa]
*.ko
+*.ko.unsigned
+*.ko.out
+*.ko.out.sig
*.lo
*.la
*.mod.c