]>
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 | # | |
8 | ||
9 | *.rej | |
1b4aaffe GL |
10 | *.orig |
11 | *.a | |
12 | *.o | |
0c9d42e6 | 13 | *~ |
51ecde94 | 14 | *.patch |
a2df4da3 JCPV |
15 | |
16 | # | |
17 | # Top-level generic files | |
18 | # | |
19 | ||
20 | /System.map | |
1b4aaffe | 21 | /u-boot |
94a91e24 | 22 | /u-boot.hex |
1b4aaffe GL |
23 | /u-boot.map |
24 | /u-boot.bin | |
25 | /u-boot.srec | |
94a91e24 MF |
26 | /u-boot.ldr |
27 | /u-boot.ldr.hex | |
28 | /u-boot.ldr.srec | |
a2df4da3 JCPV |
29 | |
30 | # | |
31 | # Generated files | |
32 | # | |
33 | ||
34 | *.depend | |
1b4aaffe GL |
35 | /LOG |
36 | /errlog | |
37 | /reloc_off | |
38 | ||
a2df4da3 JCPV |
39 | # stgit generated dirs |
40 | patches-* | |
51ecde94 | 41 | .stgit-edit.txt |
a2df4da3 JCPV |
42 | |
43 | # quilt's files | |
44 | patches | |
45 | series | |
46 | ||
47 | # cscope files | |
48 | cscope.* |