]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
pxa_lcd: make lcd_enable() a weak pointer
[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 *.su
14 *~
15 *.swp
16 *.patch
17 *.bin
18 *.cfgtmp
19
20 # Build tree
21 /build-*
22
23 #
24 # Top-level generic files
25 #
26
27 /MLO
28 /SPL
29 /System.map
30 /u-boot
31 /u-boot.hex
32 /u-boot.imx
33 /u-boot-with-spl.imx
34 /u-boot-with-nand-spl.imx
35 /u-boot.map
36 /u-boot.srec
37 /u-boot.ldr
38 /u-boot.ldr.hex
39 /u-boot.ldr.srec
40 /u-boot.img
41 /u-boot.kwb
42 /u-boot.sha1
43 /u-boot.dis
44 /u-boot.lds
45 /u-boot.ubl
46 /u-boot.ais
47 /u-boot.dtb
48 /u-boot.sb
49 /u-boot.geany
50
51 #
52 # Generated files
53 #
54
55 *.depend*
56 /LOG
57 /errlog
58 /reloc_off
59
60 /include/generated/
61 asm-offsets.s
62
63 # stgit generated dirs
64 patches-*
65 .stgit-edit.txt
66
67 # quilt's files
68 patches
69 series
70
71 # gdb files
72 .gdb_history
73
74 # cscope files
75 cscope.*
76
77 # tags files
78 /tags
79 /ctags
80 /etags
81
82 # spl ais files
83 /spl/*.ais