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
|
2007-12-09 10:01:10 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Top-level generic files
|
|
|
|
#
|
|
|
|
|
|
|
|
/System.map
|
2007-09-24 15:05:30 +00:00
|
|
|
/u-boot
|
2008-02-05 00:26:57 +00:00
|
|
|
/u-boot.hex
|
2007-09-24 15:05:30 +00:00
|
|
|
/u-boot.map
|
|
|
|
/u-boot.bin
|
|
|
|
/u-boot.srec
|
2008-02-05 00:26:57 +00:00
|
|
|
/u-boot.ldr
|
|
|
|
/u-boot.ldr.hex
|
|
|
|
/u-boot.ldr.srec
|
2009-08-22 23:48:56 +00:00
|
|
|
/u-boot.lds
|
2008-08-06 12:05:38 +00:00
|
|
|
/u-boot-onenand.bin
|
|
|
|
/u-boot-flexonenand.bin
|
2007-12-09 10:01:10 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Generated files
|
|
|
|
#
|
|
|
|
|
|
|
|
*.depend
|
2007-09-24 15:05:30 +00:00
|
|
|
/LOG
|
|
|
|
/errlog
|
|
|
|
/reloc_off
|
|
|
|
|
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
|