2007-12-09 18:01:10 +08: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 23:05:30 +08:00
|
|
|
*.orig
|
|
|
|
*.a
|
|
|
|
*.o
|
2008-01-21 23:46:00 +08:00
|
|
|
*~
|
2008-09-09 23:31:46 +08:00
|
|
|
*.swp
|
2008-04-12 20:08:45 +08:00
|
|
|
*.patch
|
2007-12-09 18:01:10 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Top-level generic files
|
|
|
|
#
|
|
|
|
|
|
|
|
/System.map
|
2007-09-24 23:05:30 +08:00
|
|
|
/u-boot
|
2008-02-05 08:26:57 +08:00
|
|
|
/u-boot.hex
|
2007-09-24 23:05:30 +08:00
|
|
|
/u-boot.map
|
|
|
|
/u-boot.bin
|
|
|
|
/u-boot.srec
|
2008-02-05 08:26:57 +08:00
|
|
|
/u-boot.ldr
|
|
|
|
/u-boot.ldr.hex
|
|
|
|
/u-boot.ldr.srec
|
2008-08-06 20:05:38 +08:00
|
|
|
/u-boot-onenand.bin
|
|
|
|
/u-boot-flexonenand.bin
|
2007-12-09 18:01:10 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Generated files
|
|
|
|
#
|
|
|
|
|
|
|
|
*.depend
|
2007-09-24 23:05:30 +08:00
|
|
|
/LOG
|
|
|
|
/errlog
|
|
|
|
/reloc_off
|
|
|
|
|
2007-12-09 18:01:10 +08:00
|
|
|
# stgit generated dirs
|
|
|
|
patches-*
|
2008-04-12 20:08:45 +08:00
|
|
|
.stgit-edit.txt
|
2007-12-09 18:01:10 +08:00
|
|
|
|
|
|
|
# quilt's files
|
|
|
|
patches
|
|
|
|
series
|
|
|
|
|
2008-11-02 13:18:18 +08:00
|
|
|
# gdb files
|
|
|
|
.gdb_history
|
|
|
|
|
2007-12-09 18:01:10 +08:00
|
|
|
# cscope files
|
|
|
|
cscope.*
|
2008-08-06 20:05:38 +08:00
|
|
|
|
2008-09-09 23:31:46 +08:00
|
|
|
# tags files
|
|
|
|
/ctags
|
|
|
|
/etags
|
|
|
|
|
2008-08-06 20:05:38 +08:00
|
|
|
# OneNAND IPL files
|
|
|
|
/onenand_ipl/onenand-ipl*
|
|
|
|
/onenand_ipl/board/*/onenand*
|
|
|
|
/onenand_ipl/board/*/*.S
|