]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blob - .gitignore
Build: Ignore build tree and IDE control file
[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
47 #
48 # Generated files
49 #
51 *.depend*
52 /LOG
53 /errlog
54 /reloc_off
56 /include/generated/
57 asm-offsets.s
59 # stgit generated dirs
60 patches-*
61 .stgit-edit.txt
63 # quilt's files
64 patches
65 series
67 # gdb files
68 .gdb_history
70 # cscope files
71 cscope.*
73 # tags files
74 /tags
75 /ctags
76 /etags
78 # OneNAND IPL files
79 /onenand_ipl/onenand-ipl*
80 /onenand_ipl/board/*/onenand*
81 /onenand_ipl/board/*/*.S