]>
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* |
1f6a6648 | 34 | /SPL* |
a2df4da3 | 35 | /System.map |
5d0f0157 | 36 | /u-boot* |
a2580ebb | 37 | /boards.cfg |
a2df4da3 | 38 | |
ea531e3a MY |
39 | # |
40 | # git files that we don't want to ignore even it they are dot-files | |
41 | # | |
42 | !.gitignore | |
43 | !.mailmap | |
44 | ||
a2df4da3 JCPV |
45 | # |
46 | # Generated files | |
47 | # | |
1b4aaffe | 48 | /LOG |
c7163083 | 49 | /spl/ |
93f70dfd | 50 | /tpl/ |
01124327 | 51 | /defconfig |
93f70dfd | 52 | |
1f659b2e MY |
53 | # |
54 | # Generated include files | |
55 | # | |
56 | /include/config/ | |
16a354f9 | 57 | /include/generated/ |
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 | ||
1dbdc76c MY |
78 | # gnu global files |
79 | GPATH | |
80 | GRTAGS | |
81 | GSYMS | |
82 | GTAGS | |
ea531e3a MY |
83 | |
84 | *.orig | |
85 | *~ | |
86 | \#*# |