X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=.gitignore;h=8d14531846b95bfa3564b58ccfb7913a034323b8;hb=ef76bc23ef2acf20c8f7f841a542d8ab74c827c6;hp=9eb4b77114994877b247c1d165f3920f680cc7e6;hpb=bef986502fa398b1785a3979b1aa17cd902d3527;p=linux-2.6-omap-h63xx.git diff --git a/.gitignore b/.gitignore index 9eb4b771149..8d14531846b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,12 @@ # .* *.o +*.o.* *.a *.s *.ko *.so +*.so.dbg *.mod.c *.i *.lst @@ -22,8 +24,10 @@ tags TAGS vmlinux* +!vmlinux.lds.S System.map Module.symvers +!.gitignore # # Generated include files @@ -42,3 +46,9 @@ patches-* # quilt's files patches series + +# cscope files +cscope.* + +*.orig +*.rej