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 | # | |
ea531e3a | 8 | .* |
1b4aaffe | 9 | *.o |
ea531e3a MY |
10 | *.o.* |
11 | *.a | |
12 | *.s | |
667c9a80 | 13 | *.su |
ea531e3a MY |
14 | *.mod.c |
15 | *.i | |
16 | *.lst | |
17 | *.order | |
18 | *.elf | |
650632fe | 19 | *.swp |
5d1ee00b | 20 | *.bin |
ea531e3a | 21 | *.patch |
71a988aa | 22 | *.cfgtmp |
cc4f427b | 23 | *.dts.tmp |
a2df4da3 | 24 | |
5941a61a TK |
25 | # Build tree |
26 | /build-* | |
27 | ||
a2df4da3 JCPV |
28 | # |
29 | # Top-level generic files | |
30 | # | |
341d2c0e | 31 | /MLO* |
600ed321 | 32 | /SPL |
a2df4da3 | 33 | /System.map |
1b4aaffe | 34 | /u-boot |
94a91e24 | 35 | /u-boot.hex |
c9914404 | 36 | /u-boot.imx |
ba597609 | 37 | /u-boot-with-spl.imx |
7d5a5c79 | 38 | /u-boot-with-nand-spl.imx |
1b4aaffe | 39 | /u-boot.map |
1b4aaffe | 40 | /u-boot.srec |
94a91e24 MF |
41 | /u-boot.ldr |
42 | /u-boot.ldr.hex | |
43 | /u-boot.ldr.srec | |
5d1ee00b | 44 | /u-boot.img |
45 | /u-boot.kwb | |
46 | /u-boot.sha1 | |
47 | /u-boot.dis | |
4d3758c8 | 48 | /u-boot.lds |
7816f2cf | 49 | /u-boot.ubl |
d36d8859 | 50 | /u-boot.ais |
30b9b932 | 51 | /u-boot.sb |
a2df4da3 | 52 | |
ea531e3a MY |
53 | # |
54 | # git files that we don't want to ignore even it they are dot-files | |
55 | # | |
56 | !.gitignore | |
57 | !.mailmap | |
58 | ||
a2df4da3 JCPV |
59 | # |
60 | # Generated files | |
61 | # | |
62 | ||
1b4aaffe GL |
63 | /LOG |
64 | /errlog | |
65 | /reloc_off | |
66 | ||
93f70dfd | 67 | !/spl/Makefile |
86a8b3a2 | 68 | /spl/* |
93f70dfd MY |
69 | /tpl/ |
70 | ||
16a354f9 | 71 | /include/generated/ |
010d54c4 DS |
72 | /include/spl-autoconf.mk |
73 | /include/tpl-autoconf.mk | |
16a354f9 | 74 | |
a2df4da3 JCPV |
75 | # stgit generated dirs |
76 | patches-* | |
51ecde94 | 77 | .stgit-edit.txt |
a2df4da3 JCPV |
78 | |
79 | # quilt's files | |
80 | patches | |
81 | series | |
82 | ||
bfa0af6b MF |
83 | # gdb files |
84 | .gdb_history | |
85 | ||
a2df4da3 JCPV |
86 | # cscope files |
87 | cscope.* | |
f2302d44 | 88 | |
650632fe | 89 | # tags files |
082becd0 | 90 | /tags |
650632fe MH |
91 | /ctags |
92 | /etags | |
93 | ||
1dbdc76c MY |
94 | # gnu global files |
95 | GPATH | |
96 | GRTAGS | |
97 | GSYMS | |
98 | GTAGS | |
ea531e3a MY |
99 | |
100 | *.orig | |
101 | *~ | |
102 | \#*# |