]>
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 | # | |
6f59fb07 | 33 | fit-dtb.blob |
341d2c0e | 34 | /MLO* |
1f6a6648 | 35 | /SPL* |
a2df4da3 | 36 | /System.map |
5d0f0157 | 37 | /u-boot* |
a2580ebb | 38 | /boards.cfg |
a2df4da3 | 39 | |
ea531e3a MY |
40 | # |
41 | # git files that we don't want to ignore even it they are dot-files | |
42 | # | |
43 | !.gitignore | |
44 | !.mailmap | |
45 | ||
a2df4da3 JCPV |
46 | # |
47 | # Generated files | |
48 | # | |
1b4aaffe | 49 | /LOG |
c7163083 | 50 | /spl/ |
93f70dfd | 51 | /tpl/ |
01124327 | 52 | /defconfig |
93f70dfd | 53 | |
1f659b2e MY |
54 | # |
55 | # Generated include files | |
56 | # | |
57 | /include/config/ | |
16a354f9 | 58 | /include/generated/ |
16a354f9 | 59 | |
a2df4da3 JCPV |
60 | # stgit generated dirs |
61 | patches-* | |
51ecde94 | 62 | .stgit-edit.txt |
a2df4da3 JCPV |
63 | |
64 | # quilt's files | |
65 | patches | |
66 | series | |
67 | ||
bfa0af6b MF |
68 | # gdb files |
69 | .gdb_history | |
70 | ||
a2df4da3 JCPV |
71 | # cscope files |
72 | cscope.* | |
f2302d44 | 73 | |
650632fe | 74 | # tags files |
082becd0 | 75 | /tags |
650632fe MH |
76 | /ctags |
77 | /etags | |
78 | ||
1dbdc76c MY |
79 | # gnu global files |
80 | GPATH | |
81 | GRTAGS | |
82 | GSYMS | |
83 | GTAGS | |
ea531e3a MY |
84 | |
85 | *.orig | |
86 | *~ | |
87 | \#*# |