X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=8d14531846b95bfa3564b58ccfb7913a034323b8;hb=c549a95d40efd83fc054785dd1634e8b71fba890;hp=b1f5b9df2ae1f4eede001d7751b099d4ae34be95;hpb=71bfe47f023c55c322607939b786ce0a44627dfc;p=linux-2.6-omap-h63xx.git diff --git a/.gitignore b/.gitignore index b1f5b9df2ae..8d14531846b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,19 +7,27 @@ # .* *.o +*.o.* *.a *.s *.ko *.so +*.so.dbg *.mod.c +*.i +*.lst +*.symtypes # # Top-level generic files # tags +TAGS vmlinux* +!vmlinux.lds.S System.map Module.symvers +!.gitignore # # Generated include files @@ -38,3 +46,9 @@ patches-* # quilt's files patches series + +# cscope files +cscope.* + +*.orig +*.rej