]> git.ipfire.org Git - people/ms/u-boot.git/blame - .gitignore
.gitignore: ingore files generated by Kbuild
[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
1b4aaffe 34/u-boot
94a91e24 35/u-boot.hex
c9914404 36/u-boot.imx
ba597609 37/u-boot-with-spl.imx
7d5a5c79 38/u-boot-with-nand-spl.imx
1b4aaffe 39/u-boot.map
1b4aaffe 40/u-boot.srec
94a91e24
MF
41/u-boot.ldr
42/u-boot.ldr.hex
43/u-boot.ldr.srec
5d1ee00b 44/u-boot.img
45/u-boot.kwb
46/u-boot.sha1
47/u-boot.dis
4d3758c8 48/u-boot.lds
7816f2cf 49/u-boot.ubl
d36d8859 50/u-boot.ais
2c0f79e4 51/u-boot.dtb
30b9b932 52/u-boot.sb
a2df4da3 53
ea531e3a
MY
54#
55# git files that we don't want to ignore even it they are dot-files
56#
57!.gitignore
58!.mailmap
59
a2df4da3
JCPV
60#
61# Generated files
62#
63
47508843 64*.depend*
1b4aaffe
GL
65/LOG
66/errlog
67/reloc_off
68
93f70dfd 69!/spl/Makefile
86a8b3a2 70/spl/*
93f70dfd
MY
71/tpl/
72
16a354f9 73/include/generated/
010d54c4
DS
74/include/spl-autoconf.mk
75/include/tpl-autoconf.mk
16a354f9 76
a2df4da3
JCPV
77# stgit generated dirs
78patches-*
51ecde94 79.stgit-edit.txt
a2df4da3
JCPV
80
81# quilt's files
82patches
83series
84
bfa0af6b
MF
85# gdb files
86.gdb_history
87
a2df4da3
JCPV
88# cscope files
89cscope.*
f2302d44 90
650632fe 91# tags files
082becd0 92/tags
650632fe
MH
93/ctags
94/etags
95
1dbdc76c
MY
96# gnu global files
97GPATH
98GRTAGS
99GSYMS
100GTAGS
ea531e3a
MY
101
102*.orig
103*~
104\#*#