]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .gitignore
pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup done
[karo-tx-uboot.git] / .gitignore
index 289ffab85a54fbecf01727db8c5e2ac994881ee0..2e6fde8161b1e7d52478951cafb61f747b8442f1 100644 (file)
 *.orig
 *.a
 *.o
+*.su
 *~
 *.swp
 *.patch
 *.bin
 
+# Build tree
+/build-*
+
 #
 # Top-level generic files
 #
 /u-boot.dis
 /u-boot.lds
 /u-boot.ubl
+/u-boot.ais
+/u-boot.dtb
+/u-boot.sb
+/u-boot.geany
 
 #
 # Generated files
 #
 
-*.depend
+*.depend*
 /LOG
 /errlog
 /reloc_off
 
 /include/generated/
-/lib/asm-offsets.s
-/arch/*/cpu/asm-offsets.s
+asm-offsets.s
 
 # stgit generated dirs
 patches-*
@@ -72,3 +79,6 @@ cscope.*
 /onenand_ipl/onenand-ipl*
 /onenand_ipl/board/*/onenand*
 /onenand_ipl/board/*/*.S
+
+# spl ais files
+/spl/*.ais