X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=d8b7b778449ef1ce61beeb6f3ec6f4450bb22496;hb=ffe8a92b4bd98d83a1828e19cc27e85eb1e06216;hp=3b14c256e1971d23df29348ca161cccd84130592;hpb=707acd01ded3c60a4e277f7c5432d397897b4dfd;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 3b14c256e1..d8b7b77844 100644 --- a/.gitignore +++ b/.gitignore @@ -3,20 +3,31 @@ # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. # -# Normal rules +# Normal rules (sorted alphabetically) # - -*.rej -*.orig +.* *.a +*.bin +*.cfgout +*.dtb +*.dtbo +*.dtb.S +*.elf +*.exe +*.gcda +*.gcno +*.i +*.lex.c +*.lst +*.mod.c *.o +*.o.* +*.order +*.patch +*.s *.su -*~ *.swp -*.patch -*.bin -*.cfgtmp -*.dts.tmp +*.tab.[ch] # Build tree /build-* @@ -24,47 +35,32 @@ # # Top-level generic files # - +fit-dtb.blob* /MLO* -/SPL +/SPL* /System.map -/u-boot -/u-boot.hex -/u-boot.imx -/u-boot-with-spl.imx -/u-boot-with-nand-spl.imx -/u-boot.map -/u-boot.srec -/u-boot.ldr -/u-boot.ldr.hex -/u-boot.ldr.srec -/u-boot.img -/u-boot.kwb -/u-boot.sha1 -/u-boot.dis -/u-boot.lds -/u-boot.ubl -/u-boot.ais -/u-boot.dtb -/u-boot.sb +/u-boot* +/boards.cfg +/*.log # -# Generated files +# git files that we don't want to ignore even it they are dot-files # +!.gitignore +!.mailmap -*.depend* -/LOG -/errlog -/reloc_off - +# +# Generated files +# /spl/ -!/spl/Makefile /tpl/ +/defconfig +# +# Generated include files +# +/include/config/ /include/generated/ -/include/spl-autoconf.mk -/include/tpl-autoconf.mk -asm-offsets.s # stgit generated dirs patches-* @@ -90,3 +86,7 @@ GPATH GRTAGS GSYMS GTAGS + +*.orig +*~ +\#*#