X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=28c439f09fdaca00fb7fe8a01bf80ddc5a4b44d5;hb=167f699ba142193e67cade8d19127cfda723ce38;hp=f980ae6f703e1e8fc14c04c4fb2268a269b37e38;hpb=d25a2d386c1cc9cfa87f205b9c863160882437ef;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index f980ae6..28c439f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # .* *.a +*.asn1.[ch] *.bin *.cfgout *.dtb @@ -91,3 +92,13 @@ GTAGS *.orig *~ \#*# + +# Python cache +__pycache__ + +# Python code coverage output (python3-coverage html) +/htmlcov/ + +# pylint files +/pylint.cur +/pylint.out/