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