]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
fsl_esdhc: Fix DMA transfer completion waiting loop
[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 /System.map
29 /u-boot
30 /u-boot.hex
31 /u-boot.imx
32 /u-boot.map
33 /u-boot.srec
34 /u-boot.ldr
35 /u-boot.ldr.hex
36 /u-boot.ldr.srec
37 /u-boot.img
38 /u-boot.kwb
39 /u-boot.sha1
40 /u-boot.dis
41 /u-boot.lds
42 /u-boot.ubl
43 /u-boot.ais
44 /u-boot.dtb
45 /u-boot.sb
46 /u-boot.geany
47
48 #
49 # Generated files
50 #
51
52 *.depend*
53 /LOG
54 /errlog
55 /reloc_off
56
57 /include/generated/
58 asm-offsets.s
59
60 # stgit generated dirs
61 patches-*
62 .stgit-edit.txt
63
64 # quilt's files
65 patches
66 series
67
68 # gdb files
69 .gdb_history
70
71 # cscope files
72 cscope.*
73
74 # tags files
75 /tags
76 /ctags
77 /etags
78
79 # spl ais files
80 /spl/*.ais