]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[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 *.swp
17
18 #
19 # Top-level generic files
20 #
21
22 /System.map
23 /u-boot
24 /u-boot.hex
25 /u-boot.map
26 /u-boot.bin
27 /u-boot.srec
28 /u-boot.ldr
29 /u-boot.ldr.hex
30 /u-boot.ldr.srec
31 /u-boot.lds
32 /u-boot-onenand.bin
33 /u-boot-flexonenand.bin
34
35 #
36 # Generated files
37 #
38
39 *.depend
40 /LOG
41 /errlog
42 /reloc_off
43
44 # stgit generated dirs
45 patches-*
46 .stgit-edit.txt
47
48 # quilt's files
49 patches
50 series
51
52 # gdb files
53 .gdb_history
54
55 # cscope files
56 cscope.*
57
58 # tags files
59 /tags
60 /ctags
61 /etags
62
63 # OneNAND IPL files
64 /onenand_ipl/onenand-ipl*
65 /onenand_ipl/board/*/onenand*
66 /onenand_ipl/board/*/*.S