]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
Merge branch 'master' of git://www.denx.de/git/u-boot
[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 *.patch
15
16 #
17 # Top-level generic files
18 #
19
20 /System.map
21 /u-boot
22 /u-boot.hex
23 /u-boot.map
24 /u-boot.bin
25 /u-boot.srec
26 /u-boot.ldr
27 /u-boot.ldr.hex
28 /u-boot.ldr.srec
29 /u-boot-onenand.bin
30 /u-boot-flexonenand.bin
31
32 #
33 # Generated files
34 #
35
36 *.depend
37 /LOG
38 /errlog
39 /reloc_off
40
41 # stgit generated dirs
42 patches-*
43 .stgit-edit.txt
44
45 # quilt's files
46 patches
47 series
48
49 # cscope files
50 cscope.*
51
52 # OneNAND IPL files
53 /onenand_ipl/onenand-ipl*
54 /onenand_ipl/board/*/onenand*
55 /onenand_ipl/board/*/*.S