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 | ||||
Niklaus Giger | 0c9d42e | 2008-01-21 16:46:00 +0100 | [diff] [blame^] | 13 | *~ |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 14 | |
15 | # | ||||
16 | # Top-level generic files | ||||
17 | # | ||||
18 | |||||
19 | /System.map | ||||
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 20 | /u-boot |
21 | /u-boot.map | ||||
22 | /u-boot.bin | ||||
23 | /u-boot.srec | ||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 24 | |
25 | # | ||||
26 | # Generated files | ||||
27 | # | ||||
28 | |||||
29 | *.depend | ||||
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 30 | /LOG |
31 | /errlog | ||||
32 | /reloc_off | ||||
33 | |||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 34 | # stgit generated dirs |
35 | patches-* | ||||
36 | |||||
37 | # quilt's files | ||||
38 | patches | ||||
39 | series | ||||
40 | |||||
41 | # cscope files | ||||
42 | cscope.* |