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