]>
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 |
7816f2cf | 36 | /u-boot.ubl |
a2df4da3 JCPV |
37 | |
38 | # | |
39 | # Generated files | |
40 | # | |
41 | ||
42 | *.depend | |
1b4aaffe GL |
43 | /LOG |
44 | /errlog | |
45 | /reloc_off | |
46 | ||
16a354f9 WD |
47 | /include/generated/ |
48 | /lib/asm-offsets.s | |
49 | ||
a2df4da3 JCPV |
50 | # stgit generated dirs |
51 | patches-* | |
51ecde94 | 52 | .stgit-edit.txt |
a2df4da3 JCPV |
53 | |
54 | # quilt's files | |
55 | patches | |
56 | series | |
57 | ||
bfa0af6b MF |
58 | # gdb files |
59 | .gdb_history | |
60 | ||
a2df4da3 JCPV |
61 | # cscope files |
62 | cscope.* | |
f2302d44 | 63 | |
650632fe | 64 | # tags files |
082becd0 | 65 | /tags |
650632fe MH |
66 | /ctags |
67 | /etags | |
68 | ||
f2302d44 SR |
69 | # OneNAND IPL files |
70 | /onenand_ipl/onenand-ipl* | |
71 | /onenand_ipl/board/*/onenand* | |
72 | /onenand_ipl/board/*/*.S |