video: add guards around 16bpp/32bbp code
[oweals/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 *.bin
11 *.cfgout
12 *.dtb
13 *.dtbo
14 *.dtb.S
15 *.elf
16 *.exe
17 *.gcda
18 *.gcno
19 *.i
20 *.img
21 *.lex.c
22 *.lst
23 *.mod.c
24 *.o
25 *.o.*
26 *.order
27 *.patch
28 *.s
29 *.su
30 *.swp
31 *.tab.[ch]
32
33 # Build tree
34 /build-*
35
36 #
37 # Top-level generic files
38 #
39 fit-dtb.blob*
40 /MLO*
41 /SPL*
42 /System.map
43 /u-boot*
44 /boards.cfg
45 /*.log
46
47 #
48 # git files that we don't want to ignore even it they are dot-files
49 #
50 !.gitignore
51 !.mailmap
52
53 #
54 # Generated files
55 #
56 /spl/
57 /tpl/
58 /defconfig
59
60 #
61 # Generated include files
62 #
63 /include/config/
64 /include/generated/
65
66 # stgit generated dirs
67 patches-*
68 .stgit-edit.txt
69
70 # quilt's files
71 patches
72 series
73
74 # gdb files
75 .gdb_history
76
77 # cscope files
78 cscope.*
79
80 # tags files
81 /tags
82 /ctags
83 /etags
84
85 # gnu global files
86 GPATH
87 GRTAGS
88 GSYMS
89 GTAGS
90
91 *.orig
92 *~
93 \#*#