blob: 7c56594381a62abb57f0dcd63c0ccccfc4f5e55e [file] [log] [blame]
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +01001#
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 Likely1b4aaff2007-09-24 09:05:30 -060010*.orig
11*.a
12*.o
Niklaus Giger0c9d42e2008-01-21 16:46:00 +010013*~
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010014
15#
16# Top-level generic files
17#
18
19/System.map
Grant Likely1b4aaff2007-09-24 09:05:30 -060020/u-boot
Mike Frysinger94a91e22008-02-04 19:26:57 -050021/u-boot.hex
Grant Likely1b4aaff2007-09-24 09:05:30 -060022/u-boot.map
23/u-boot.bin
24/u-boot.srec
Mike Frysinger94a91e22008-02-04 19:26:57 -050025/u-boot.ldr
26/u-boot.ldr.hex
27/u-boot.ldr.srec
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010028
29#
30# Generated files
31#
32
33*.depend
Grant Likely1b4aaff2007-09-24 09:05:30 -060034/LOG
35/errlog
36/reloc_off
37
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010038# stgit generated dirs
39patches-*
40
41# quilt's files
42patches
43series
44
45# cscope files
46cscope.*