X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=.gitignore;h=fdcce40226d7d4273a08cc4ef84bb25755a710a4;hb=035f5e06515a66827015202685e457a5534441b7;hp=9eb4b77114994877b247c1d165f3920f680cc7e6;hpb=c4366889dda8110247be59ca41fddb82951a8c26;p=linux-2.6-omap-h63xx.git diff --git a/.gitignore b/.gitignore index 9eb4b771149..fdcce40226d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,14 +7,17 @@ # .* *.o +*.o.* *.a *.s *.ko *.so +*.so.dbg *.mod.c *.i *.lst *.symtypes +*.order # # Top-level generic files @@ -22,8 +25,10 @@ tags TAGS vmlinux* +!vmlinux.lds.S System.map Module.symvers +!.gitignore # # Generated include files @@ -42,3 +47,11 @@ patches-* # quilt's files patches series + +# cscope files +cscope.* + +*.orig +*.rej +*~ +\#*#