X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=eb769f144c3d3a19e772db238b5d152363748742;hb=5eefa9344b0a46f97c97fbbb35ac17bd9a4c6f2a;hp=d8b7b778449ef1ce61beeb6f3ec6f4450bb22496;hpb=c6833e762f682f45f4f05fea21d9a3e901b02d5a;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index d8b7b77..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 @@ -90,3 +94,13 @@ GTAGS *.orig *~ \#*# + +# Python cache +__pycache__ + +# Python code coverage output (python3-coverage html) +/htmlcov/ + +# pylint files +/pylint.cur +/pylint.out/