binman: doc: Remove incomplete sentence
[platform/kernel/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 /u-boot*
48 /boards.cfg
49 /*.log
50
51 #
52 # git files that we don't want to ignore even it they are dot-files
53 #
54 !.gitignore
55 !.mailmap
56 !.get_maintainer.*
57
58 #
59 # Generated files
60 #
61 /spl/
62 /tpl/
63 /defconfig
64
65 #
66 # Generated include files
67 #
68 /include/config/
69 /include/generated/
70
71 # stgit generated dirs
72 patches-*
73 .stgit-edit.txt
74
75 # quilt's files
76 patches
77 series
78
79 # gdb files
80 .gdb_history
81
82 # cscope files
83 cscope.*
84
85 # tags files
86 /tags
87 /ctags
88 /etags
89
90 # gnu global files
91 GPATH
92 GRTAGS
93 GSYMS
94 GTAGS
95
96 *.orig
97 *~
98 \#*#
99
100 # Python cache
101 __pycache__
102
103 # Python code coverage output (python3-coverage html)
104 /htmlcov/
105
106 # pylint files
107 /pylint.cur
108 /pylint.out/
109
110 # moveconfig database
111 /moveconfig.db