X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=5882ff50b1daca0edf01505a3039c91178bb8f8b;hb=3e11350255d9c5d4bd03c2a65769da84c05d3294;hp=255d89f8933c9a6fd9bf9456d110bb005bede67c;hpb=e20cc2ca15b5b0644f51b6e58d530d70acd2bc00;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 255d89f..5882ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,16 +5,20 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o +*.o.* +*.a +*.s *.su -*~ +*.mod.c +*.i +*.lst +*.order +*.elf *.swp -*.patch *.bin +*.patch *.cfgtmp *.dts.tmp @@ -24,7 +28,6 @@ # # Top-level generic files # - /MLO* /SPL /System.map @@ -45,22 +48,29 @@ /u-boot.lds /u-boot.ubl /u-boot.ais -/u-boot.dtb /u-boot.sb -/u-boot.bd -/u-boot.geany + +# +# git files that we don't want to ignore even it they are dot-files +# +!.gitignore +!.mailmap # # Generated files # -*.depend* /LOG /errlog /reloc_off +!/spl/Makefile +/spl/* +/tpl/ + /include/generated/ -asm-offsets.s +/include/spl-autoconf.mk +/include/tpl-autoconf.mk # stgit generated dirs patches-* @@ -87,5 +97,6 @@ GRTAGS GSYMS GTAGS -# spl ais files -/spl/*.ais +*.orig +*~ +\#*#