X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=.gitignore;h=8363e48cdcdc67bad8834a08ec8dd57b8cb41635;hb=84fb144b928744cea8eb39bb4fbc794fcb749175;hp=9eb4b77114994877b247c1d165f3920f680cc7e6;hpb=bdbf77d6707a52bdeff223d0a60df12d086d21d7;p=linux-2.6-omap-h63xx.git diff --git a/.gitignore b/.gitignore index 9eb4b771149..8363e48cdcd 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,9 @@ patches-* # quilt's files patches series + +# cscope files +cscope.* + +*.orig +*.rej