X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=2e6fde8161b1e7d52478951cafb61f747b8442f1;hb=05e5b73506f0a07660f0930f4ecec6e6f5b7cd03;hp=289ffab85a54fbecf01727db8c5e2ac994881ee0;hpb=1fed668b3fb9c35932f58af00ff5539239fa4e1d;p=oweals%2Fu-boot.git 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