Add more files in top .gitignore
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 27 Apr 2015 11:12:18 +0000 (13:12 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Mon, 27 Apr 2015 11:12:18 +0000 (13:12 +0200)
.gitignore

index 761ddbb3090e0e2d1ea0843f8412fab955da525e..feb7eccff27581e4ec1c6d75823d06b3eab9d3e5 100644 (file)
 #
 /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