X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=.gitignore;h=3016ed30526d4296e219d4ea9dc3ef7e23fe9f23;hb=1a89734d4057066344356e9c7e13b6379497aebe;hp=9eb4b77114994877b247c1d165f3920f680cc7e6;hpb=5fd934a9a1b72c718ad5c388fd2e0fd90486cbf3;p=linux-2.6-omap-h63xx.git diff --git a/.gitignore b/.gitignore index 9eb4b771149..3016ed30526 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,11 @@ tags TAGS vmlinux* +!vmlinux.lds.S System.map +Module.markers Module.symvers +!.gitignore # # Generated include files @@ -42,3 +48,11 @@ patches-* # quilt's files patches series + +# cscope files +cscope.* + +*.orig +*.rej +*~ +\#*#