]> git.ipfire.org Git - people/ms/u-boot.git/blame - .gitignore
kbuild: fix a bug of make rule of version_autogenerated.h
[people/ms/u-boot.git] / .gitignore
CommitLineData
a2df4da3
JCPV
1#
2# NOTE! Don't add files that are generated in specific
3# subdirectories here. Add them in the ".gitignore" file
4# in that subdirectory instead.
5#
6# Normal rules
7#
ea531e3a 8.*
1b4aaffe 9*.o
ea531e3a
MY
10*.o.*
11*.a
12*.s
667c9a80 13*.su
ea531e3a
MY
14*.mod.c
15*.i
16*.lst
17*.order
18*.elf
650632fe 19*.swp
5d1ee00b 20*.bin
ea531e3a 21*.patch
71a988aa 22*.cfgtmp
cc4f427b 23*.dts.tmp
a2df4da3 24
5941a61a
TK
25# Build tree
26/build-*
27
a2df4da3
JCPV
28#
29# Top-level generic files
30#
341d2c0e 31/MLO*
600ed321 32/SPL
a2df4da3 33/System.map
5d0f0157 34/u-boot*
a2df4da3 35
ea531e3a
MY
36#
37# git files that we don't want to ignore even it they are dot-files
38#
39!.gitignore
40!.mailmap
41
a2df4da3
JCPV
42#
43# Generated files
44#
45
1b4aaffe
GL
46/LOG
47/errlog
48/reloc_off
49
93f70dfd 50!/spl/Makefile
86a8b3a2 51/spl/*
93f70dfd
MY
52/tpl/
53
16a354f9 54/include/generated/
010d54c4
DS
55/include/spl-autoconf.mk
56/include/tpl-autoconf.mk
16a354f9 57
a2df4da3
JCPV
58# stgit generated dirs
59patches-*
51ecde94 60.stgit-edit.txt
a2df4da3
JCPV
61
62# quilt's files
63patches
64series
65
bfa0af6b
MF
66# gdb files
67.gdb_history
68
a2df4da3
JCPV
69# cscope files
70cscope.*
f2302d44 71
650632fe 72# tags files
082becd0 73/tags
650632fe
MH
74/ctags
75/etags
76
1dbdc76c
MY
77# gnu global files
78GPATH
79GRTAGS
80GSYMS
81GTAGS
ea531e3a
MY
82
83*.orig
84*~
85\#*#