X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=5882ff50b1daca0edf01505a3039c91178bb8f8b;hb=d0b5d9da5de280120b73e776663f6a3024f225f4;hp=771b860ee8ef86f50e66b9e16c9c9ede2a2bcba2;hpb=efc284e32503b240dbd35c6e8b8d098d702b4be7;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 771b860ee8..5882ff50b1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,17 +5,22 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o +*.o.* +*.a +*.s *.su -*~ +*.mod.c +*.i +*.lst +*.order +*.elf *.swp -*.patch *.bin +*.patch *.cfgtmp +*.dts.tmp # Build tree /build-* @@ -23,8 +28,7 @@ # # Top-level generic files # - -/MLO +/MLO* /SPL /System.map /u-boot @@ -44,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-* @@ -86,5 +97,6 @@ GRTAGS GSYMS GTAGS -# spl ais files -/spl/*.ais +*.orig +*~ +\#*#