]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .gitignore
net: fec_mxc: move CONFIG_FEC_MXC_PHYADDR from Kconfig to include/configs/*.h
[karo-tx-uboot.git] / .gitignore
index c2f53fccb44af129f88dfc16b040af380d372167..9be2b800ed3bfa500402ac43db4132340f361c6d 100644 (file)
@@ -21,6 +21,9 @@
 *.patch
 *.cfgtmp
 
+# host programs on Cygwin
+*.exe
+
 # Build tree
 /build-*
 
@@ -31,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/*
-!/spl/Makefile
+/spl/
 /tpl/
+/defconfig
 
 #
 # Generated include files
 #
 /include/config/
 /include/generated/
-/include/spl-autoconf.mk
-/include/tpl-autoconf.mk
 
 # stgit generated dirs
 patches-*
@@ -65,6 +63,7 @@ patches-*
 # quilt's files
 patches
 series
+.pc
 
 # gdb files
 .gdb_history