]> 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-nios
[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 *.su
14 *~
15 *.swp
16 *.patch
17 *.bin
19 #
20 # Top-level generic files
21 #
23 /MLO
24 /System.map
25 /u-boot
26 /u-boot.hex
27 /u-boot.imx
28 /u-boot.map
29 /u-boot.srec
30 /u-boot.ldr
31 /u-boot.ldr.hex
32 /u-boot.ldr.srec
33 /u-boot.img
34 /u-boot.kwb
35 /u-boot.sha1
36 /u-boot.dis
37 /u-boot.lds
38 /u-boot.ubl
39 /u-boot.ais
40 /u-boot.dtb
41 /u-boot.sb
43 #
44 # Generated files
45 #
47 *.depend*
48 /LOG
49 /errlog
50 /reloc_off
52 /include/generated/
53 asm-offsets.s
55 # stgit generated dirs
56 patches-*
57 .stgit-edit.txt
59 # quilt's files
60 patches
61 series
63 # gdb files
64 .gdb_history
66 # cscope files
67 cscope.*
69 # tags files
70 /tags
71 /ctags
72 /etags
74 # OneNAND IPL files
75 /onenand_ipl/onenand-ipl*
76 /onenand_ipl/board/*/onenand*
77 /onenand_ipl/board/*/*.S