]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blob - .gitignore
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[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 # Build tree
20 /build-*
22 #
23 # Top-level generic files
24 #
26 /MLO
27 /System.map
28 /u-boot
29 /u-boot.hex
30 /u-boot.imx
31 /u-boot.map
32 /u-boot.srec
33 /u-boot.ldr
34 /u-boot.ldr.hex
35 /u-boot.ldr.srec
36 /u-boot.img
37 /u-boot.kwb
38 /u-boot.sha1
39 /u-boot.dis
40 /u-boot.lds
41 /u-boot.ubl
42 /u-boot.ais
43 /u-boot.dtb
44 /u-boot.sb
45 /u-boot.geany
46 /include/u-boot.lst
48 #
49 # Generated files
50 #
52 *.depend*
53 /LOG
54 /errlog
55 /reloc_off
57 /include/generated/
58 asm-offsets.s
60 # stgit generated dirs
61 patches-*
62 .stgit-edit.txt
64 # quilt's files
65 patches
66 series
68 # gdb files
69 .gdb_history
71 # cscope files
72 cscope.*
74 # tags files
75 /tags
76 /ctags
77 /etags
79 # spl ais files
80 /spl/*.ais