]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
Adjust dependency rules to permit per-file flags
[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 /MLO
23 /System.map
24 /u-boot
25 /u-boot.hex
26 /u-boot.imx
27 /u-boot.map
28 /u-boot.srec
29 /u-boot.ldr
30 /u-boot.ldr.hex
31 /u-boot.ldr.srec
32 /u-boot.img
33 /u-boot.kwb
34 /u-boot.sha1
35 /u-boot.dis
36 /u-boot.lds
37 /u-boot.ubl
38
39 #
40 # Generated files
41 #
42
43 *.depend*
44 /LOG
45 /errlog
46 /reloc_off
47
48 /include/generated/
49 asm-offsets.s
50
51 # stgit generated dirs
52 patches-*
53 .stgit-edit.txt
54
55 # quilt's files
56 patches
57 series
58
59 # gdb files
60 .gdb_history
61
62 # cscope files
63 cscope.*
64
65 # tags files
66 /tags
67 /ctags
68 /etags
69
70 # OneNAND IPL files
71 /onenand_ipl/onenand-ipl*
72 /onenand_ipl/board/*/onenand*
73 /onenand_ipl/board/*/*.S