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