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