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