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