uboot/.gitignore
<<
>>
Prefs
   1#
   2# NOTE! Don't add files that are generated in specific
   3# subdirectories here. Add them in the ".gitignore" file
   4# in that subdirectory instead.
   5#
   6# Normal rules
   7#
   8
   9*.rej
  10*.orig
  11*.a
  12*.o
  13*.su
  14*~
  15*.swp
  16*.patch
  17*.bin
  18*.cfgtmp
  19*.dts.tmp
  20
  21# Build tree
  22/build-*
  23
  24#
  25# Top-level generic files
  26#
  27
  28/MLO*
  29/SPL
  30/System.map
  31/u-boot
  32/u-boot.elf
  33/u-boot.hex
  34/u-boot.imx
  35/u-boot-with-spl.imx
  36/u-boot-with-nand-spl.imx
  37/u-boot.map
  38/u-boot.srec
  39/u-boot.ldr
  40/u-boot.ldr.hex
  41/u-boot.ldr.srec
  42/u-boot.img
  43/u-boot.kwb
  44/u-boot.sha1
  45/u-boot.dis
  46/u-boot.lds
  47/u-boot.ubl
  48/u-boot.ais
  49/u-boot.dtb
  50/u-boot.sb
  51
  52#
  53# Generated files
  54#
  55
  56*.depend*
  57/LOG
  58/errlog
  59/reloc_off
  60
  61!/spl/Makefile
  62/spl/*
  63/tpl/
  64
  65/include/generated/
  66/include/spl-autoconf.mk
  67/include/tpl-autoconf.mk
  68asm-offsets.s
  69
  70# stgit generated dirs
  71patches-*
  72.stgit-edit.txt
  73
  74# quilt's files
  75patches
  76series
  77
  78# gdb files
  79.gdb_history
  80
  81# cscope files
  82cscope.*
  83
  84# tags files
  85/tags
  86/ctags
  87/etags
  88
  89# gnu global files
  90GPATH
  91GRTAGS
  92GSYMS
  93GTAGS
  94