]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .gitignore
buildman: Permit branch names with an embedded '/'
[karo-tx-uboot.git] / .gitignore
index ffe0cc71076db15d3915ad9f58517d64e4a7cac5..a40c277105ea65efe81a70c53715099adf6d2548 100644 (file)
@@ -20,7 +20,9 @@
 *.bin
 *.patch
 *.cfgtmp
-*.dts.tmp
+
+# host programs on Cygwin
+*.exe
 
 # Build tree
 /build-*
@@ -32,6 +34,7 @@
 /SPL
 /System.map
 /u-boot*
+/boards.cfg
 
 #
 # git files that we don't want to ignore even it they are dot-files
 #
 # Generated files
 #
-
 /LOG
-/errlog
-/reloc_off
-
-!/spl/Makefile
-/spl/*
+/spl/
 /tpl/
 
+#
+# Generated include files
+#
+/include/config/
 /include/generated/
-/include/spl-autoconf.mk
-/include/tpl-autoconf.mk
 
 # stgit generated dirs
 patches-*