Convert CONFIG_SYS_INTERLAKEN et al to Kconfig
[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 !.gitignore
54 !.mailmap
55
56 #
57 # Generated files
58 #
59 /spl/
60 /tpl/
61 /defconfig
62
63 #
64 # Generated include files
65 #
66 /include/config/
67 /include/generated/
68
69 # stgit generated dirs
70 patches-*
71 .stgit-edit.txt
72
73 # quilt's files
74 patches
75 series
76
77 # gdb files
78 .gdb_history
79
80 # cscope files
81 cscope.*
82
83 # tags files
84 /tags
85 /ctags
86 /etags
87
88 # gnu global files
89 GPATH
90 GRTAGS
91 GSYMS
92 GTAGS
93
94 *.orig
95 *~
96 \#*#
97
98 # Python cache
99 __pycache__
100
101 # Python code coverage output (python3-coverage html)
102 /htmlcov/
103
104 # pylint files
105 /pylint.cur
106 /pylint.out/