]>
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 | # | |
3eb0fa4c | 6 | # Normal rules (sorted alphabetically) |
a2df4da3 | 7 | # |
ea531e3a | 8 | .* |
ea531e3a | 9 | *.a |
3eb0fa4c | 10 | *.bin |
421be6fc | 11 | *.cfgout |
28b538b6 | 12 | *.dtb |
0a857305 | 13 | *.dtbo |
28b538b6 | 14 | *.dtb.S |
3eb0fa4c MY |
15 | *.elf |
16 | *.exe | |
17 | *.gcda | |
18 | *.gcno | |
ea531e3a | 19 | *.i |
e91610da | 20 | *.lex.c |
ea531e3a | 21 | *.lst |
3eb0fa4c MY |
22 | *.mod.c |
23 | *.o | |
24 | *.o.* | |
ea531e3a | 25 | *.order |
ea531e3a | 26 | *.patch |
3eb0fa4c MY |
27 | *.s |
28 | *.su | |
29 | *.swp | |
e91610da | 30 | *.tab.[ch] |
a2df4da3 | 31 | |
5941a61a TK |
32 | # Build tree |
33 | /build-* | |
34 | ||
a2df4da3 JCPV |
35 | # |
36 | # Top-level generic files | |
37 | # | |
6f59fb07 | 38 | fit-dtb.blob |
341d2c0e | 39 | /MLO* |
1f6a6648 | 40 | /SPL* |
a2df4da3 | 41 | /System.map |
5d0f0157 | 42 | /u-boot* |
a2580ebb | 43 | /boards.cfg |
a2df4da3 | 44 | |
ea531e3a MY |
45 | # |
46 | # git files that we don't want to ignore even it they are dot-files | |
47 | # | |
48 | !.gitignore | |
49 | !.mailmap | |
50 | ||
a2df4da3 JCPV |
51 | # |
52 | # Generated files | |
53 | # | |
c7163083 | 54 | /spl/ |
93f70dfd | 55 | /tpl/ |
01124327 | 56 | /defconfig |
93f70dfd | 57 | |
1f659b2e MY |
58 | # |
59 | # Generated include files | |
60 | # | |
61 | /include/config/ | |
16a354f9 | 62 | /include/generated/ |
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 | \#*# |