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