]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdev
[karo-tx-uboot.git] / .gitignore
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
10 *.orig
11 *.a
12 *.o
13 *~
14
15 #
16 # Top-level generic files
17 #
18
19 /System.map
20 /u-boot
21 /u-boot.hex
22 /u-boot.map
23 /u-boot.bin
24 /u-boot.srec
25 /u-boot.ldr
26 /u-boot.ldr.hex
27 /u-boot.ldr.srec
28
29 #
30 # Generated files
31 #
32
33 *.depend
34 /LOG
35 /errlog
36 /reloc_off
37
38 # stgit generated dirs
39 patches-*
40
41 # quilt's files
42 patches
43 series
44
45 # cscope files
46 cscope.*