]>
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 |
a2df4da3 | 23 | |
7050f0de MY |
24 | # host programs on Cygwin |
25 | *.exe | |
26 | ||
5941a61a TK |
27 | # Build tree |
28 | /build-* | |
29 | ||
a2df4da3 JCPV |
30 | # |
31 | # Top-level generic files | |
32 | # | |
341d2c0e | 33 | /MLO* |
600ed321 | 34 | /SPL |
a2df4da3 | 35 | /System.map |
5d0f0157 | 36 | /u-boot* |
a2df4da3 | 37 | |
ea531e3a MY |
38 | # |
39 | # git files that we don't want to ignore even it they are dot-files | |
40 | # | |
41 | !.gitignore | |
42 | !.mailmap | |
43 | ||
a2df4da3 JCPV |
44 | # |
45 | # Generated files | |
46 | # | |
47 | ||
1b4aaffe GL |
48 | /LOG |
49 | /errlog | |
50 | /reloc_off | |
51 | ||
86a8b3a2 | 52 | /spl/* |
7e18a1b9 | 53 | !/spl/Makefile |
93f70dfd MY |
54 | /tpl/ |
55 | ||
1f659b2e MY |
56 | # |
57 | # Generated include files | |
58 | # | |
59 | /include/config/ | |
16a354f9 | 60 | /include/generated/ |
010d54c4 DS |
61 | /include/spl-autoconf.mk |
62 | /include/tpl-autoconf.mk | |
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 | |
ea531e3a MY |
88 | |
89 | *.orig | |
90 | *~ | |
91 | \#*# |