]>
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 | *~ |
650632fe | 14 | *.swp |
51ecde94 | 15 | *.patch |
a2df4da3 JCPV |
16 | |
17 | # | |
18 | # Top-level generic files | |
19 | # | |
20 | ||
21 | /System.map | |
1b4aaffe | 22 | /u-boot |
94a91e24 | 23 | /u-boot.hex |
1b4aaffe GL |
24 | /u-boot.map |
25 | /u-boot.bin | |
26 | /u-boot.srec | |
94a91e24 MF |
27 | /u-boot.ldr |
28 | /u-boot.ldr.hex | |
29 | /u-boot.ldr.srec | |
f2302d44 SR |
30 | /u-boot-onenand.bin |
31 | /u-boot-flexonenand.bin | |
a2df4da3 JCPV |
32 | |
33 | # | |
34 | # Generated files | |
35 | # | |
36 | ||
37 | *.depend | |
1b4aaffe GL |
38 | /LOG |
39 | /errlog | |
40 | /reloc_off | |
41 | ||
a2df4da3 JCPV |
42 | # stgit generated dirs |
43 | patches-* | |
51ecde94 | 44 | .stgit-edit.txt |
a2df4da3 JCPV |
45 | |
46 | # quilt's files | |
47 | patches | |
48 | series | |
49 | ||
50 | # cscope files | |
51 | cscope.* | |
f2302d44 | 52 | |
650632fe MH |
53 | # tags files |
54 | /ctags | |
55 | /etags | |
56 | ||
f2302d44 SR |
57 | # OneNAND IPL files |
58 | /onenand_ipl/onenand-ipl* | |
59 | /onenand_ipl/board/*/onenand* | |
60 | /onenand_ipl/board/*/*.S |