X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=3adf1faf4e71633c64c35082f1fefc4aaa832fe7;hb=de8f42c93a9e714a45f012f87860a8bdaee6cfb9;hp=9110eda6468fb70c6472b13aa086981a8855ed43;hpb=3eceff642c01e03e055127c9cf21608faaff28ac;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 9110eda..3adf1fa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,41 +3,50 @@ # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. # -# Normal rules +# Normal rules (sorted alphabetically) # .* -*.o -*.o.* +!.checkpatch.conf *.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 +*.s +*.su +*.swp *.tab.[ch] -# host programs on Cygwin -*.exe - # Build tree /build-* # # Top-level generic files # -fit-dtb.blob +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 @@ -87,6 +96,12 @@ GTAGS *~ \#*# -# gcc code coverage files -*.gcda -*.gcno +# Python cache +__pycache__ + +# Python code coverage output (python3-coverage html) +/htmlcov/ + +# pylint files +/pylint.cur +/pylint.out/