X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=e66aa864da62c8ccc06a6f72b9bd528f771d4042;hb=b2d1c828b973fc2355e6192610af56a4968261e0;hp=7fac5b3c7479d13be1fd574a9f7c0d300c73c5c5;hpb=1f6a664802a4044779b9aebe03b9af6d2745de5f;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 7fac5b3..e66aa86 100644 --- a/.gitignore +++ b/.gitignore @@ -3,26 +3,33 @@ # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. # -# Normal rules +# Normal rules (sorted alphabetically) # .* -*.o -*.o.* *.a -*.s -*.su -*.mod.c +*.asn1.[ch] +*.bin +*.cfgout +*.dtb +*.dtbo +*.dtb.S +*.elf +*.exe +*.gcda +*.gcno *.i +*.img +*.lex.c *.lst +*.mod.c +*.o +*.o.* *.order -*.elf -*.swp -*.bin *.patch -*.cfgtmp - -# host programs on Cygwin -*.exe +*.s +*.su +*.swp +*.tab.[ch] # Build tree /build-* @@ -30,11 +37,13 @@ # # Top-level generic files # +fit-dtb.blob* /MLO* /SPL* /System.map /u-boot* /boards.cfg +/*.log # # git files that we don't want to ignore even it they are dot-files @@ -45,7 +54,6 @@ # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -84,3 +92,6 @@ GTAGS *.orig *~ \#*# + +# Python cache +__pycache__