X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=eb769f144c3d3a19e772db238b5d152363748742;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=c2afcfbca23e486d5a3337045010d5a6b2d73b67;hpb=6b8e57338f3c5b65fa5b883fa3f87124f11a9e19;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index c2afcfb..eb769f1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,10 @@ # .* *.a +*.asn1.[ch] *.bin *.cfgout +*.cover *.dtb *.dtbo *.dtb.S @@ -17,9 +19,11 @@ *.gcda *.gcno *.i +*.img *.lex.c *.lst *.mod.c +*.mbx *.o *.o.* *.order @@ -35,7 +39,7 @@ # # Top-level generic files # -fit-dtb.blob +fit-dtb.blob* /MLO* /SPL* /System.map @@ -90,3 +94,13 @@ GTAGS *.orig *~ \#*# + +# Python cache +__pycache__ + +# Python code coverage output (python3-coverage html) +/htmlcov/ + +# pylint files +/pylint.cur +/pylint.out/