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