]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blob - .gitignore
Merge branch 'master' of git://git.denx.de/u-boot-arm
[glsdk/glsdk-u-boot.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 #
9 *.rej
10 *.orig
11 *.a
12 *.o
13 *~
14 *.swp
15 *.patch
16 *.bin
18 #
19 # Top-level generic files
20 #
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 /u-boot.dtb
39 /u-boot.sb
41 #
42 # Generated files
43 #
45 *.depend*
46 /LOG
47 /errlog
48 /reloc_off
50 /include/generated/
51 asm-offsets.s
53 # stgit generated dirs
54 patches-*
55 .stgit-edit.txt
57 # quilt's files
58 patches
59 series
61 # gdb files
62 .gdb_history
64 # cscope files
65 cscope.*
67 # tags files
68 /tags
69 /ctags
70 /etags
72 # OneNAND IPL files
73 /onenand_ipl/onenand-ipl*
74 /onenand_ipl/board/*/onenand*
75 /onenand_ipl/board/*/*.S