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