X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=24019b373750a8f6f48b877a5f63267e3b316827;hb=7390643f7b5b1e37e28f11e782e30958485fbaf5;hp=d1282e790e43d56bfd9aa444db5d740d7ff133a4;hpb=341d2c0e13d8bb177504b7ca16f2e6f555f78d4f;p=u-boot diff --git a/.gitignore b/.gitignore index d1282e790e..24019b3737 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,7 +28,6 @@ # # Top-level generic files # - /MLO* /SPL /System.map @@ -46,20 +50,28 @@ /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 +98,6 @@ GRTAGS GSYMS GTAGS -# spl ais files -/spl/*.ais +*.orig +*~ +\#*#