]>
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 | |
667c9a80 | 13 | *.su |
0c9d42e6 | 14 | *~ |
650632fe | 15 | *.swp |
51ecde94 | 16 | *.patch |
5d1ee00b | 17 | *.bin |
71a988aa | 18 | *.cfgtmp |
a2df4da3 | 19 | |
5941a61a TK |
20 | # Build tree |
21 | /build-* | |
22 | ||
a2df4da3 JCPV |
23 | # |
24 | # Top-level generic files | |
25 | # | |
26 | ||
ea3cd47a | 27 | /MLO |
600ed321 | 28 | /SPL |
a2df4da3 | 29 | /System.map |
1b4aaffe | 30 | /u-boot |
94a91e24 | 31 | /u-boot.hex |
c9914404 | 32 | /u-boot.imx |
ba597609 | 33 | /u-boot-with-spl.imx |
7d5a5c79 | 34 | /u-boot-with-nand-spl.imx |
1b4aaffe | 35 | /u-boot.map |
1b4aaffe | 36 | /u-boot.srec |
94a91e24 MF |
37 | /u-boot.ldr |
38 | /u-boot.ldr.hex | |
39 | /u-boot.ldr.srec | |
5d1ee00b | 40 | /u-boot.img |
41 | /u-boot.kwb | |
42 | /u-boot.sha1 | |
43 | /u-boot.dis | |
4d3758c8 | 44 | /u-boot.lds |
7816f2cf | 45 | /u-boot.ubl |
d36d8859 | 46 | /u-boot.ais |
2c0f79e4 | 47 | /u-boot.dtb |
30b9b932 | 48 | /u-boot.sb |
714dc001 | 49 | /u-boot.bd |
5941a61a | 50 | /u-boot.geany |
a2df4da3 JCPV |
51 | |
52 | # | |
53 | # Generated files | |
54 | # | |
55 | ||
47508843 | 56 | *.depend* |
1b4aaffe GL |
57 | /LOG |
58 | /errlog | |
59 | /reloc_off | |
60 | ||
16a354f9 | 61 | /include/generated/ |
2099f900 | 62 | asm-offsets.s |
16a354f9 | 63 | |
a2df4da3 JCPV |
64 | # stgit generated dirs |
65 | patches-* | |
51ecde94 | 66 | .stgit-edit.txt |
a2df4da3 JCPV |
67 | |
68 | # quilt's files | |
69 | patches | |
70 | series | |
71 | ||
bfa0af6b MF |
72 | # gdb files |
73 | .gdb_history | |
74 | ||
a2df4da3 JCPV |
75 | # cscope files |
76 | cscope.* | |
f2302d44 | 77 | |
650632fe | 78 | # tags files |
082becd0 | 79 | /tags |
650632fe MH |
80 | /ctags |
81 | /etags | |
82 | ||
1dbdc76c MY |
83 | # gnu global files |
84 | GPATH | |
85 | GRTAGS | |
86 | GSYMS | |
87 | GTAGS | |
88 | ||
6d660e77 SG |
89 | # spl ais files |
90 | /spl/*.ais |