]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
generate u-boot.ldr for Blackfin targets
[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 # Top-level generic files
16 #
17
18 /System.map
19 /u-boot
20 /u-boot.hex
21 /u-boot.map
22 /u-boot.bin
23 /u-boot.srec
24 /u-boot.ldr
25 /u-boot.ldr.hex
26 /u-boot.ldr.srec
27
28 #
29 # Generated files
30 #
31
32 *.depend
33 /LOG
34 /errlog
35 /reloc_off
36
37 # stgit generated dirs
38 patches-*
39
40 # quilt's files
41 patches
42 series
43
44 # cscope files
45 cscope.*