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