X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=87e103116fe0ee64ef98d363f62657fe1660882f;hb=6b27f01ed6d808f99ca3cf64ed6a0c87e65310cf;hp=0f32fd8954337645d4cb0373f1435f3b0e48034e;hpb=bc6f6c87b685bcdcd5bef522982d15209b6b9601;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 0f32fd8954..87e103116f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ *.patch *.bin +# Build tree +/build-* + # # Top-level generic files # @@ -39,6 +42,8 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.geany +/include/u-boot.lst # # Generated files @@ -59,6 +64,7 @@ patches-* # quilt's files patches series +.pc # gdb files .gdb_history @@ -71,7 +77,5 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# spl ais files +/spl/*.ais