]>
Commit | Line | Data |
---|---|---|
a2df4da3 JCPV |
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 | # | |
ea531e3a | 8 | .* |
1b4aaffe | 9 | *.o |
ea531e3a MY |
10 | *.o.* |
11 | *.a | |
12 | *.s | |
667c9a80 | 13 | *.su |
ea531e3a MY |
14 | *.mod.c |
15 | *.i | |
16 | *.lst | |
17 | *.order | |
18 | *.elf | |
650632fe | 19 | *.swp |
5d1ee00b | 20 | *.bin |
ea531e3a | 21 | *.patch |
71a988aa | 22 | *.cfgtmp |
cc4f427b | 23 | *.dts.tmp |
a2df4da3 | 24 | |
5941a61a TK |
25 | # Build tree |
26 | /build-* | |
27 | ||
a2df4da3 JCPV |
28 | # |
29 | # Top-level generic files | |
30 | # | |
341d2c0e | 31 | /MLO* |
600ed321 | 32 | /SPL |
a2df4da3 | 33 | /System.map |
5d0f0157 | 34 | /u-boot* |
a2df4da3 | 35 | |
ea531e3a MY |
36 | # |
37 | # git files that we don't want to ignore even it they are dot-files | |
38 | # | |
39 | !.gitignore | |
40 | !.mailmap | |
41 | ||
a2df4da3 JCPV |
42 | # |
43 | # Generated files | |
44 | # | |
45 | ||
1b4aaffe GL |
46 | /LOG |
47 | /errlog | |
48 | /reloc_off | |
49 | ||
93f70dfd | 50 | !/spl/Makefile |
86a8b3a2 | 51 | /spl/* |
93f70dfd MY |
52 | /tpl/ |
53 | ||
1f659b2e MY |
54 | # |
55 | # Generated include files | |
56 | # | |
57 | /include/config/ | |
16a354f9 | 58 | /include/generated/ |
010d54c4 DS |
59 | /include/spl-autoconf.mk |
60 | /include/tpl-autoconf.mk | |
16a354f9 | 61 | |
a2df4da3 JCPV |
62 | # stgit generated dirs |
63 | patches-* | |
51ecde94 | 64 | .stgit-edit.txt |
a2df4da3 JCPV |
65 | |
66 | # quilt's files | |
67 | patches | |
68 | series | |
69 | ||
bfa0af6b MF |
70 | # gdb files |
71 | .gdb_history | |
72 | ||
a2df4da3 JCPV |
73 | # cscope files |
74 | cscope.* | |
f2302d44 | 75 | |
650632fe | 76 | # tags files |
082becd0 | 77 | /tags |
650632fe MH |
78 | /ctags |
79 | /etags | |
80 | ||
1dbdc76c MY |
81 | # gnu global files |
82 | GPATH | |
83 | GRTAGS | |
84 | GSYMS | |
85 | GTAGS | |
ea531e3a MY |
86 | |
87 | *.orig | |
88 | *~ | |
89 | \#*# |