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*~
  14*.swp
  15*.patch
  16
  17#
  18# Top-level generic files
  19#
  20
  21/System.map
  22/u-boot
  23/u-boot.hex
  24/u-boot.map
  25/u-boot.bin
  26/u-boot.srec
  27/u-boot.ldr
  28/u-boot.ldr.hex
  29/u-boot.ldr.srec
  30/u-boot.lds
  31/u-boot-onenand.bin
  32/u-boot-flexonenand.bin
  33
  34#
  35# Generated files
  36#
  37
  38*.depend
  39/LOG
  40/errlog
  41/reloc_off
  42
  43# stgit generated dirs
  44patches-*
  45.stgit-edit.txt
  46
  47# quilt's files
  48patches
  49series
  50
  51# gdb files
  52.gdb_history
  53
  54# cscope files
  55cscope.*
  56
  57# tags files
  58/tags
  59/ctags
  60/etags
  61
  62# OneNAND IPL files
  63/onenand_ipl/onenand-ipl*
  64/onenand_ipl/board/*/onenand*
  65/onenand_ipl/board/*/*.S
  66