X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=.gitignore;h=8d14531846b95bfa3564b58ccfb7913a034323b8;hb=f09cc910fe3af7e63298105bc0482653eb534c3c;hp=9eb4b77114994877b247c1d165f3920f680cc7e6;hpb=40b20c257a13c5a526ac540bc5e43d0fdf29792a;p=~andy%2Flinux 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