From: Piotr Dymacz Date: Mon, 27 Apr 2015 11:12:18 +0000 (+0200) Subject: Add more files in top .gitignore X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f55cb8ca0a6c05fff8271794e7c3ae5326a15225;p=oweals%2Fu-boot_mod.git Add more files in top .gitignore --- diff --git a/.gitignore b/.gitignore index 761ddbb..feb7ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,28 @@ # /u-boot/System.map /u-boot/u-boot* +/u-boot/bootstrap +/u-boot/bootstrap.map + +# MD5 in bin +/bin/*.md5 + +# Symbolic links and some compilation results from tools +/u-boot/tools/crc32.c +/u-boot/tools/environment.c +/u-boot/tools/envcrc +/u-boot/tools/mkimage + +# Auto generated fsdata.c +/u-boot/httpd/fsdata.c + +# Generated include files +/u-boot/include/asm +/u-boot/include/config.h +/u-boot/include/config.mk +/u-boot/include/version_autogenerated.h +# TODO: broken symbolic link +/u-boot/include/asm-*/arch # # git files that we don't want to ignore even it they are dot-files