X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=2e6fde8161b1e7d52478951cafb61f747b8442f1;hb=aeadeaaf1782458c627a48a23f36e28f47af706f;hp=289ffab85a54fbecf01727db8c5e2ac994881ee0;hpb=1e02c20ac925fbc527b8579e42f0a6bd610a0760;p=u-boot diff --git a/.gitignore b/.gitignore index 289ffab85a..2e6fde8161 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,15 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +# Build tree +/build-* + # # Top-level generic files # @@ -35,19 +39,22 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais +/u-boot.dtb +/u-boot.sb +/u-boot.geany # # Generated files # -*.depend +*.depend* /LOG /errlog /reloc_off /include/generated/ -/lib/asm-offsets.s -/arch/*/cpu/asm-offsets.s +asm-offsets.s # stgit generated dirs patches-* @@ -72,3 +79,6 @@ cscope.* /onenand_ipl/onenand-ipl* /onenand_ipl/board/*/onenand* /onenand_ipl/board/*/*.S + +# spl ais files +/spl/*.ais