]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
ignore soc asm-offsets.s
[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 /u-boot.ubl
37
38 #
39 # Generated files
40 #
41
42 *.depend
43 /LOG
44 /errlog
45 /reloc_off
46
47 /include/generated/
48 /lib/asm-offsets.s
49 /arch/*/cpu/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