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