]> git.ipfire.org Git - thirdparty/u-boot.git/blob - .gitignore
acpi: document HETP table
[thirdparty/u-boot.git] / .gitignore
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 (sorted alphabetically)
7 #
8 .*
9 !.checkpatch.conf
10 *.a
11 *.asn1.[ch]
12 *.bin
13 *.cfgout
14 *.cover
15 *.dtb
16 *.dtbo
17 *.dtb.S
18 *.elf
19 *.exe
20 *.gcda
21 *.gcno
22 *.i
23 *.img
24 *.lex.c
25 *.lst
26 *.mod.c
27 *.mbx
28 *.o
29 *.o.*
30 *.order
31 *.patch
32 *.s
33 *.su
34 *.swp
35 *.tab.[ch]
36
37 # Build tree
38 /build*
39
40 #
41 # Top-level generic files
42 #
43 fit-dtb.blob*
44 /MLO*
45 /SPL*
46 /System.map
47 /boards.cfg
48 /mkimage-in-simple-bin*
49 /simple-bin*
50 /u-boot*
51 /*.log
52
53 #
54 # git files that we don't want to ignore even it they are dot-files
55 #
56 !.gitignore
57 !.mailmap
58 !.get_maintainer.*
59
60 #
61 # Generated files
62 #
63 /spl/
64 /tpl/
65 /defconfig
66 /generated_defconfig
67
68 #
69 # Generated include files
70 #
71 /include/autoconf.mk*
72 /include/config.h
73 /include/config/
74 /include/generated/
75
76 # stgit generated dirs
77 patches-*
78 .stgit-edit.txt
79
80 # quilt's files
81 patches
82 series
83
84 # gdb files
85 .gdb_history
86
87 # cscope files
88 cscope.*
89
90 # tags files
91 /tags
92 /ctags
93 /etags
94
95 # gnu global files
96 GPATH
97 GRTAGS
98 GSYMS
99 GTAGS
100
101 *.orig
102 *~
103 \#*#
104
105 # Python cache
106 __pycache__
107
108 # Python code coverage output (python3-coverage html)
109 /htmlcov/
110
111 # pylint files
112 /pylint.cur
113 /pylint.out/
114
115 # qconfig database
116 /qconfig.db
117
118 # Clang's compilation database file
119 /compile_commands.json