blob: 37f2c1dcd99d8f9102ad396ebe467d19b878a95b [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
21/u-boot.map
22/u-boot.bin
23/u-boot.srec
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010024
25#
26# Generated files
27#
28
29*.depend
Grant Likely1b4aaff2007-09-24 09:05:30 -060030/LOG
31/errlog
32/reloc_off
33
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010034# stgit generated dirs
35patches-*
36
37# quilt's files
38patches
39series
40
41# cscope files
42cscope.*