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
|
|
|
|
#
|
2014-02-04 16:24:08 +08:00
|
|
|
.*
|
2007-09-24 23:05:30 +08:00
|
|
|
*.o
|
2014-02-04 16:24:08 +08:00
|
|
|
*.o.*
|
|
|
|
*.a
|
|
|
|
*.s
|
2012-02-14 15:29:36 +08:00
|
|
|
*.su
|
2014-02-04 16:24:08 +08:00
|
|
|
*.mod.c
|
|
|
|
*.i
|
|
|
|
*.lst
|
|
|
|
*.order
|
|
|
|
*.elf
|
2008-09-09 23:31:46 +08:00
|
|
|
*.swp
|
2011-05-20 23:33:47 +08:00
|
|
|
*.bin
|
2014-02-04 16:24:08 +08:00
|
|
|
*.patch
|
2013-01-19 00:14:24 +08:00
|
|
|
*.cfgtmp
|
2007-12-09 18:01:10 +08:00
|
|
|
|
2014-06-06 19:46:45 +08:00
|
|
|
# host programs on Cygwin
|
|
|
|
*.exe
|
|
|
|
|
2012-04-12 07:33:49 +08:00
|
|
|
# Build tree
|
|
|
|
/build-*
|
|
|
|
|
2007-12-09 18:01:10 +08:00
|
|
|
#
|
|
|
|
# Top-level generic files
|
|
|
|
#
|
2017-06-17 06:25:13 +08:00
|
|
|
fit-dtb.blob
|
2013-07-11 21:55:01 +08:00
|
|
|
/MLO*
|
2016-11-06 23:37:58 +08:00
|
|
|
/SPL*
|
2007-12-09 18:01:10 +08:00
|
|
|
/System.map
|
2014-02-20 16:43:07 +08:00
|
|
|
/u-boot*
|
2014-07-30 13:08:20 +08:00
|
|
|
/boards.cfg
|
2007-12-09 18:01:10 +08:00
|
|
|
|
2014-02-04 16:24:08 +08:00
|
|
|
#
|
|
|
|
# git files that we don't want to ignore even it they are dot-files
|
|
|
|
#
|
|
|
|
!.gitignore
|
|
|
|
!.mailmap
|
|
|
|
|
2007-12-09 18:01:10 +08:00
|
|
|
#
|
|
|
|
# Generated files
|
|
|
|
#
|
2007-09-24 23:05:30 +08:00
|
|
|
/LOG
|
2014-06-09 14:14:11 +08:00
|
|
|
/spl/
|
2013-11-26 17:05:45 +08:00
|
|
|
/tpl/
|
2015-07-31 15:24:39 +08:00
|
|
|
/defconfig
|
2013-11-26 17:05:45 +08:00
|
|
|
|
2014-03-10 09:47:19 +08:00
|
|
|
#
|
|
|
|
# Generated include files
|
|
|
|
#
|
|
|
|
/include/config/
|
2010-10-26 06:08:35 +08:00
|
|
|
/include/generated/
|
|
|
|
|
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
|
2009-07-10 18:25:34 +08:00
|
|
|
/tags
|
2008-09-09 23:31:46 +08:00
|
|
|
/ctags
|
|
|
|
/etags
|
|
|
|
|
2013-05-13 02:14:05 +08:00
|
|
|
# gnu global files
|
|
|
|
GPATH
|
|
|
|
GRTAGS
|
|
|
|
GSYMS
|
|
|
|
GTAGS
|
2014-02-04 16:24:08 +08:00
|
|
|
|
|
|
|
*.orig
|
|
|
|
*~
|
|
|
|
\#*#
|