]> git.ipfire.org Git - thirdparty/u-boot.git/blame - .gitignore
acpi: document HETP table
[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
93f70dfd 67
1f659b2e
MY
68#
69# Generated include files
70#
801c4822
JC
71/include/autoconf.mk*
72/include/config.h
1f659b2e 73/include/config/
16a354f9 74/include/generated/
16a354f9 75
a2df4da3
JCPV
76# stgit generated dirs
77patches-*
51ecde94 78.stgit-edit.txt
a2df4da3
JCPV
79
80# quilt's files
81patches
82series
83
bfa0af6b
MF
84# gdb files
85.gdb_history
86
a2df4da3
JCPV
87# cscope files
88cscope.*
f2302d44 89
650632fe 90# tags files
082becd0 91/tags
650632fe
MH
92/ctags
93/etags
94
1dbdc76c
MY
95# gnu global files
96GPATH
97GRTAGS
98GSYMS
99GTAGS
ea531e3a
MY
100
101*.orig
102*~
103\#*#
0d5addaf
SG
104
105# Python cache
106__pycache__
f0198f7f
SG
107
108# Python code coverage output (python3-coverage html)
109/htmlcov/
feafc61e
SG
110
111# pylint files
112/pylint.cur
113/pylint.out/
41cd6fab 114
51963792
SG
115# qconfig database
116/qconfig.db
b703bda0
JMC
117
118# Clang's compilation database file
119/compile_commands.json