]> git.ipfire.org Git - thirdparty/u-boot.git/blame - .gitignore
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmc
[thirdparty/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#
3eb0fa4c 6# Normal rules (sorted alphabetically)
a2df4da3 7#
ea531e3a 8.*
4c590788 9!.checkpatch.conf
ea531e3a 10*.a
8190d5a9 11*.asn1.[ch]
3eb0fa4c 12*.bin
421be6fc 13*.cfgout
101a0f71 14*.cover
28b538b6 15*.dtb
0a857305 16*.dtbo
28b538b6 17*.dtb.S
3eb0fa4c
MY
18*.elf
19*.exe
20*.gcda
21*.gcno
ea531e3a 22*.i
d25a2d38 23*.img
e91610da 24*.lex.c
ea531e3a 25*.lst
3eb0fa4c 26*.mod.c
101a0f71 27*.mbx
3eb0fa4c
MY
28*.o
29*.o.*
ea531e3a 30*.order
ea531e3a 31*.patch
3eb0fa4c
MY
32*.s
33*.su
34*.swp
e91610da 35*.tab.[ch]
a2df4da3 36
5941a61a 37# Build tree
06e00f5d 38/build*
5941a61a 39
a2df4da3
JCPV
40#
41# Top-level generic files
42#
c6833e76 43fit-dtb.blob*
341d2c0e 44/MLO*
1f6a6648 45/SPL*
a2df4da3 46/System.map
a2580ebb 47/boards.cfg
801c4822
JC
48/mkimage-in-simple-bin*
49/simple-bin*
50/u-boot*
71d8e1b8 51/*.log
a2df4da3 52
ea531e3a
MY
53#
54# git files that we don't want to ignore even it they are dot-files
55#
56!.gitignore
57!.mailmap
2940b522 58!.get_maintainer.*
ea531e3a 59
a2df4da3
JCPV
60#
61# Generated files
62#
c7163083 63/spl/
93f70dfd 64/tpl/
01124327 65/defconfig
56041aa5 66/generated_defconfig
cdf1e45e
SG
67/Test*
68/capsule.*.efi-capsule
69/capsule*.map
93f70dfd 70
1f659b2e
MY
71#
72# Generated include files
73#
801c4822
JC
74/include/autoconf.mk*
75/include/config.h
1f659b2e 76/include/config/
16a354f9 77/include/generated/
16a354f9 78
a2df4da3
JCPV
79# stgit generated dirs
80patches-*
51ecde94 81.stgit-edit.txt
a2df4da3
JCPV
82
83# quilt's files
84patches
85series
86
bfa0af6b
MF
87# gdb files
88.gdb_history
89
a2df4da3
JCPV
90# cscope files
91cscope.*
f2302d44 92
650632fe 93# tags files
082becd0 94/tags
650632fe
MH
95/ctags
96/etags
97
1dbdc76c
MY
98# gnu global files
99GPATH
100GRTAGS
101GSYMS
102GTAGS
ea531e3a
MY
103
104*.orig
105*~
106\#*#
0d5addaf
SG
107
108# Python cache
109__pycache__
f0198f7f
SG
110
111# Python code coverage output (python3-coverage html)
112/htmlcov/
feafc61e
SG
113
114# pylint files
115/pylint.cur
116/pylint.out/
41cd6fab 117
51963792
SG
118# qconfig database
119/qconfig.db
b703bda0
JMC
120
121# Clang's compilation database file
122/compile_commands.json