]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[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 *.swp
15 *.patch
16 *.bin
17
18 #
19 # Top-level generic files
20 #
21
22 /System.map
23 /u-boot
24 /u-boot.hex
25 /u-boot.imx
26 /u-boot.map
27 /u-boot.srec
28 /u-boot.ldr
29 /u-boot.ldr.hex
30 /u-boot.ldr.srec
31 /u-boot.img
32 /u-boot.kwb
33 /u-boot.sha1
34 /u-boot.dis
35 /u-boot.lds
36
37 #
38 # Generated files
39 #
40
41 *.depend
42 /LOG
43 /errlog
44 /reloc_off
45
46 /include/generated/
47 /lib/asm-offsets.s
48
49 # stgit generated dirs
50 patches-*
51 .stgit-edit.txt
52
53 # quilt's files
54 patches
55 series
56
57 # gdb files
58 .gdb_history
59
60 # cscope files
61 cscope.*
62
63 # tags files
64 /tags
65 /ctags
66 /etags
67
68 # OneNAND IPL files
69 /onenand_ipl/onenand-ipl*
70 /onenand_ipl/board/*/onenand*
71 /onenand_ipl/board/*/*.S