X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=3a4d056edfc3caa10de6c8d4657c99f039b01e41;hb=5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79;hp=f1b801579ce7f4969d1268570e13ce8a8df7e194;hpb=5512f5ccf1dc5cec068f8efa1d8ce81f51a988d3;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index f1b8015..3a4d056 100644 --- a/.gitignore +++ b/.gitignore @@ -3,26 +3,36 @@ # 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 - -# host programs on Cygwin -*.exe +*.s +*.su +*.swp +*.tab.[ch] # Build tree /build-* @@ -30,12 +40,13 @@ # # 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 @@ -46,7 +57,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -86,6 +96,15 @@ GTAGS *~ \#*# -# gcc code coverage files -*.gcda -*.gcno +# Python cache +__pycache__ + +# Python code coverage output (python3-coverage html) +/htmlcov/ + +# pylint files +/pylint.cur +/pylint.out/ + +# moveconfig database +/moveconfig.db