Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 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 | # | ||||
8 | |||||
9 | *.rej | ||||
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 10 | *.orig |
11 | *.a | ||||
12 | *.o | ||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 13 | |
14 | # | ||||
15 | # Top-level generic files | ||||
16 | # | ||||
17 | |||||
18 | /System.map | ||||
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 19 | /u-boot |
Mike Frysinger | 94a91e2 | 2008-02-04 19:26:57 -0500 | [diff] [blame^] | 20 | /u-boot.hex |
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 21 | /u-boot.map |
22 | /u-boot.bin | ||||
23 | /u-boot.srec | ||||
Mike Frysinger | 94a91e2 | 2008-02-04 19:26:57 -0500 | [diff] [blame^] | 24 | /u-boot.ldr |
25 | /u-boot.ldr.hex | ||||
26 | /u-boot.ldr.srec | ||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 27 | |
28 | # | ||||
29 | # Generated files | ||||
30 | # | ||||
31 | |||||
32 | *.depend | ||||
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 33 | /LOG |
34 | /errlog | ||||
35 | /reloc_off | ||||
36 | |||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 37 | # stgit generated dirs |
38 | patches-* | ||||
39 | |||||
40 | # quilt's files | ||||
41 | patches | ||||
42 | series | ||||
43 | |||||
44 | # cscope files | ||||
45 | cscope.* |