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