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 | *~ |
Markus Heidelberg | 650632f | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 14 | *.swp |
Jean-Christophe PLAGNIOL-VILLARD | 51ecde9 | 2008-04-12 14:08:45 +0200 | [diff] [blame] | 15 | *.patch |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 16 | |
17 | # | ||||
18 | # Top-level generic files | ||||
19 | # | ||||
20 | |||||
21 | /System.map | ||||
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 22 | /u-boot |
Mike Frysinger | 94a91e2 | 2008-02-04 19:26:57 -0500 | [diff] [blame] | 23 | /u-boot.hex |
Stefano Babic | c991440 | 2010-12-28 10:23:27 +0100 | [diff] [blame] | 24 | /u-boot.imx |
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 25 | /u-boot.map |
26 | /u-boot.bin | ||||
27 | /u-boot.srec | ||||
Mike Frysinger | 94a91e2 | 2008-02-04 19:26:57 -0500 | [diff] [blame] | 28 | /u-boot.ldr |
29 | /u-boot.ldr.hex | ||||
30 | /u-boot.ldr.srec | ||||
Mike Frysinger | 4d3758c | 2009-08-22 19:48:56 -0400 | [diff] [blame] | 31 | /u-boot.lds |
Stefan Roese | f2302d4 | 2008-08-06 14:05:38 +0200 | [diff] [blame] | 32 | /u-boot-onenand.bin |
33 | /u-boot-flexonenand.bin | ||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 34 | |
35 | # | ||||
36 | # Generated files | ||||
37 | # | ||||
38 | |||||
39 | *.depend | ||||
Grant Likely | 1b4aaff | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 40 | /LOG |
41 | /errlog | ||||
42 | /reloc_off | ||||
43 | |||||
Wolfgang Denk | 16a354f | 2010-10-26 00:08:35 +0200 | [diff] [blame] | 44 | /include/generated/ |
45 | /lib/asm-offsets.s | ||||
46 | |||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 47 | # stgit generated dirs |
48 | patches-* | ||||
Jean-Christophe PLAGNIOL-VILLARD | 51ecde9 | 2008-04-12 14:08:45 +0200 | [diff] [blame] | 49 | .stgit-edit.txt |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 50 | |
51 | # quilt's files | ||||
52 | patches | ||||
53 | series | ||||
54 | |||||
Mike Frysinger | bfa0af6 | 2008-11-02 01:18:18 -0400 | [diff] [blame] | 55 | # gdb files |
56 | .gdb_history | ||||
57 | |||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 58 | # cscope files |
59 | cscope.* | ||||
Stefan Roese | f2302d4 | 2008-08-06 14:05:38 +0200 | [diff] [blame] | 60 | |
Markus Heidelberg | 650632f | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 61 | # tags files |
Po-Yu Chuang | 082becd | 2009-07-10 18:25:34 +0800 | [diff] [blame] | 62 | /tags |
Markus Heidelberg | 650632f | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 63 | /ctags |
64 | /etags | ||||
65 | |||||
Stefan Roese | f2302d4 | 2008-08-06 14:05:38 +0200 | [diff] [blame] | 66 | # OneNAND IPL files |
67 | /onenand_ipl/onenand-ipl* | ||||
68 | /onenand_ipl/board/*/onenand* | ||||
69 | /onenand_ipl/board/*/*.S |