diff options
author | tv <tv@xso> | 2011-09-08 13:38:11 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-08 13:38:11 +0200 |
commit | a55de91876f90cd80cd70a237d3dc955b8cd045c (patch) | |
tree | ba426169801264c1a84ec81be19ed3607bdf91c4 /.gitignore | |
parent | 58fbce3e796fbd53ad9450dac3487070e3a08c75 (diff) |
gitignore kernel module make output
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |