2007-12-09 10:01:10 +00:00
|
|
|
#
|
|
|
|
# NOTE! Don't add files that are generated in specific
|
|
|
|
# subdirectories here. Add them in the ".gitignore" file
|
|
|
|
# in that subdirectory instead.
|
|
|
|
#
|
|
|
|
# Normal rules
|
|
|
|
#
|
|
|
|
|
|
|
|
*.rej
|
2007-09-24 15:05:30 +00:00
|
|
|
*.orig
|
|
|
|
*.a
|
|
|
|
*.o
|
2008-01-21 15:46:00 +00:00
|
|
|
*~
|
2008-09-09 15:31:46 +00:00
|
|
|
*.swp
|
2008-04-12 12:08:45 +00:00
|
|
|
*.patch
|
2011-05-20 15:33:47 +00:00
|
|
|
*.bin
|
2007-12-09 10:01:10 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Top-level generic files
|
|
|
|
#
|
|
|
|
|
2011-08-09 19:21:50 +00:00
|
|
|
/MLO
|
2007-12-09 10:01:10 +00:00
|
|
|
/System.map
|
2007-09-24 15:05:30 +00:00
|
|
|
/u-boot
|
2008-02-05 00:26:57 +00:00
|
|
|
/u-boot.hex
|
2010-12-28 09:23:27 +00:00
|
|
|
/u-boot.imx
|
2007-09-24 15:05:30 +00:00
|
|
|
/u-boot.map
|
|
|
|
/u-boot.srec
|
2008-02-05 00:26:57 +00:00
|
|
|
/u-boot.ldr
|
|
|
|
/u-boot.ldr.hex
|
|
|
|
/u-boot.ldr.srec
|
2011-05-20 15:33:47 +00:00
|
|
|
/u-boot.img
|
|
|
|
/u-boot.kwb
|
|
|
|
/u-boot.sha1
|
|
|
|
/u-boot.dis
|
2009-08-22 23:48:56 +00:00
|
|
|
/u-boot.lds
|
2011-07-16 00:06:42 +00:00
|
|
|
/u-boot.ubl
|
2011-10-24 19:15:31 +00:00
|
|
|
/u-boot.dtb
|
2011-11-08 23:18:19 +00:00
|
|
|
/u-boot.sb
|
2007-12-09 10:01:10 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Generated files
|
|
|
|
#
|
|
|
|
|
2011-10-07 13:53:49 +00:00
|
|
|
*.depend*
|
2007-09-24 15:05:30 +00:00
|
|
|
/LOG
|
|
|
|
/errlog
|
|
|
|
/reloc_off
|
|
|
|
|
2010-10-25 22:08:35 +00:00
|
|
|
/include/generated/
|
2011-09-30 12:09:39 +00:00
|
|
|
asm-offsets.s
|
2010-10-25 22:08:35 +00:00
|
|
|
|
2007-12-09 10:01:10 +00:00
|
|
|
# stgit generated dirs
|
|
|
|
patches-*
|
2008-04-12 12:08:45 +00:00
|
|
|
.stgit-edit.txt
|
2007-12-09 10:01:10 +00:00
|
|
|
|
|
|
|
# quilt's files
|
|
|
|
patches
|
|
|
|
series
|
|
|
|
|
2008-11-02 05:18:18 +00:00
|
|
|
# gdb files
|
|
|
|
.gdb_history
|
|
|
|
|
2007-12-09 10:01:10 +00:00
|
|
|
# cscope files
|
|
|
|
cscope.*
|
2008-08-06 12:05:38 +00:00
|
|
|
|
2008-09-09 15:31:46 +00:00
|
|
|
# tags files
|
2009-07-10 10:25:34 +00:00
|
|
|
/tags
|
2008-09-09 15:31:46 +00:00
|
|
|
/ctags
|
|
|
|
/etags
|
|
|
|
|
2008-08-06 12:05:38 +00:00
|
|
|
# OneNAND IPL files
|
|
|
|
/onenand_ipl/onenand-ipl*
|
|
|
|
/onenand_ipl/board/*/onenand*
|
|
|
|
/onenand_ipl/board/*/*.S
|