summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authortv <tv@xso>2011-09-08 13:38:11 +0200
committertv <tv@xso>2011-09-08 13:38:11 +0200
commita55de91876f90cd80cd70a237d3dc955b8cd045c (patch)
treeba426169801264c1a84ec81be19ed3607bdf91c4 /.gitignore
parent58fbce3e796fbd53ad9450dac3487070e3a08c75 (diff)
gitignore kernel module make output
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 45c832ae..0df2d5f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,14 @@
+
+# Linux kernel module
+modules.order
+Module.symvers
+.built-in.o.cmd
+*.ko.cmd
+*.o.cmd
+.tmp_versions/
+*.ko
+*.mod.c
+
a.out
*.pyc
*.o