X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.gitignore;h=e66aa864da62c8ccc06a6f72b9bd528f771d4042;hb=fec7bf0460dbf5a6744e1f98298a9b664f856a34;hp=9110eda6468fb70c6472b13aa086981a8855ed43;hpb=040b2583c3a87c83606b3df64ea653ccaf3aea62;p=pandora-u-boot.git diff --git a/.gitignore b/.gitignore index 9110eda646..e66aa864da 100644 --- a/.gitignore +++ b/.gitignore @@ -3,41 +3,47 @@ # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. # -# Normal rules +# Normal rules (sorted alphabetically) # .* -*.o -*.o.* *.a -*.s -*.su -*.mod.c +*.asn1.[ch] +*.bin +*.cfgout +*.dtb +*.dtbo +*.dtb.S +*.elf +*.exe +*.gcda +*.gcno *.i +*.img *.lex.c *.lst +*.mod.c +*.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 +93,5 @@ GTAGS *~ \#*# -# gcc code coverage files -*.gcda -*.gcno +# Python cache +__pycache__