]>
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 |
c9914404 | 24 | /u-boot.imx |
1b4aaffe GL |
25 | /u-boot.map |
26 | /u-boot.bin | |
27 | /u-boot.srec | |
94a91e24 MF |
28 | /u-boot.ldr |
29 | /u-boot.ldr.hex | |
30 | /u-boot.ldr.srec | |
4d3758c8 | 31 | /u-boot.lds |
f2302d44 SR |
32 | /u-boot-onenand.bin |
33 | /u-boot-flexonenand.bin | |
a2df4da3 JCPV |
34 | |
35 | # | |
36 | # Generated files | |
37 | # | |
38 | ||
39 | *.depend | |
1b4aaffe GL |
40 | /LOG |
41 | /errlog | |
42 | /reloc_off | |
43 | ||
16a354f9 WD |
44 | /include/generated/ |
45 | /lib/asm-offsets.s | |
46 | ||
a2df4da3 JCPV |
47 | # stgit generated dirs |
48 | patches-* | |
51ecde94 | 49 | .stgit-edit.txt |
a2df4da3 JCPV |
50 | |
51 | # quilt's files | |
52 | patches | |
53 | series | |
54 | ||
bfa0af6b MF |
55 | # gdb files |
56 | .gdb_history | |
57 | ||
a2df4da3 JCPV |
58 | # cscope files |
59 | cscope.* | |
f2302d44 | 60 | |
650632fe | 61 | # tags files |
082becd0 | 62 | /tags |
650632fe MH |
63 | /ctags |
64 | /etags | |
65 | ||
f2302d44 SR |
66 | # OneNAND IPL files |
67 | /onenand_ipl/onenand-ipl* | |
68 | /onenand_ipl/board/*/onenand* | |
69 | /onenand_ipl/board/*/*.S |