]>
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 |
d25a2d38 | 20 | *.img |
e91610da | 21 | *.lex.c |
ea531e3a | 22 | *.lst |
3eb0fa4c MY |
23 | *.mod.c |
24 | *.o | |
25 | *.o.* | |
ea531e3a | 26 | *.order |
ea531e3a | 27 | *.patch |
3eb0fa4c MY |
28 | *.s |
29 | *.su | |
30 | *.swp | |
e91610da | 31 | *.tab.[ch] |
a2df4da3 | 32 | |
5941a61a TK |
33 | # Build tree |
34 | /build-* | |
35 | ||
a2df4da3 JCPV |
36 | # |
37 | # Top-level generic files | |
38 | # | |
c6833e76 | 39 | fit-dtb.blob* |
341d2c0e | 40 | /MLO* |
1f6a6648 | 41 | /SPL* |
a2df4da3 | 42 | /System.map |
5d0f0157 | 43 | /u-boot* |
a2580ebb | 44 | /boards.cfg |
71d8e1b8 | 45 | /*.log |
a2df4da3 | 46 | |
ea531e3a MY |
47 | # |
48 | # git files that we don't want to ignore even it they are dot-files | |
49 | # | |
50 | !.gitignore | |
51 | !.mailmap | |
52 | ||
a2df4da3 JCPV |
53 | # |
54 | # Generated files | |
55 | # | |
c7163083 | 56 | /spl/ |
93f70dfd | 57 | /tpl/ |
01124327 | 58 | /defconfig |
93f70dfd | 59 | |
1f659b2e MY |
60 | # |
61 | # Generated include files | |
62 | # | |
63 | /include/config/ | |
16a354f9 | 64 | /include/generated/ |
16a354f9 | 65 | |
a2df4da3 JCPV |
66 | # stgit generated dirs |
67 | patches-* | |
51ecde94 | 68 | .stgit-edit.txt |
a2df4da3 JCPV |
69 | |
70 | # quilt's files | |
71 | patches | |
72 | series | |
73 | ||
bfa0af6b MF |
74 | # gdb files |
75 | .gdb_history | |
76 | ||
a2df4da3 JCPV |
77 | # cscope files |
78 | cscope.* | |
f2302d44 | 79 | |
650632fe | 80 | # tags files |
082becd0 | 81 | /tags |
650632fe MH |
82 | /ctags |
83 | /etags | |
84 | ||
1dbdc76c MY |
85 | # gnu global files |
86 | GPATH | |
87 | GRTAGS | |
88 | GSYMS | |
89 | GTAGS | |
ea531e3a MY |
90 | |
91 | *.orig | |
92 | *~ | |
93 | \#*# |