X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=eb769f144c3d3a19e772db238b5d152363748742;hb=1d3ecdac7ecd5d9b237067b0c96aa1e618c8621d;hp=7fac5b3c7479d13be1fd574a9f7c0d300c73c5c5;hpb=516457013e5a88f65f9d6c11e9171cb03871cc92;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 7fac5b3..eb769f1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,26 +3,35 @@ # 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 +*.cover +*.dtb +*.dtbo +*.dtb.S +*.elf +*.exe +*.gcda +*.gcno *.i +*.img +*.lex.c *.lst +*.mod.c +*.mbx +*.o +*.o.* *.order -*.elf -*.swp -*.bin *.patch -*.cfgtmp - -# host programs on Cygwin -*.exe +*.s +*.su +*.swp +*.tab.[ch] # Build tree /build-* @@ -30,11 +39,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 +56,6 @@ # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -84,3 +94,13 @@ GTAGS *.orig *~ \#*# + +# Python cache +__pycache__ + +# Python code coverage output (python3-coverage html) +/htmlcov/ + +# pylint files +/pylint.cur +/pylint.out/