]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blob - .gitignore
Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
[ti-u-boot/ti-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 #
8 .*
9 *.o
10 *.o.*
11 *.a
12 *.s
13 *.su
14 *.mod.c
15 *.i
16 *.lst
17 *.order
18 *.elf
19 *.swp
20 *.bin
21 *.patch
22 *.cfgtmp
24 # host programs on Cygwin
25 *.exe
27 # Build tree
28 /build-*
30 #
31 # Top-level generic files
32 #
33 /MLO*
34 /SPL
35 /System.map
36 /u-boot*
38 #
39 # git files that we don't want to ignore even it they are dot-files
40 #
41 !.gitignore
42 !.mailmap
44 #
45 # Generated files
46 #
47 /LOG
48 /spl/
49 /tpl/
51 #
52 # Generated include files
53 #
54 /include/config/
55 /include/generated/
56 /include/spl-autoconf.mk
57 /include/tpl-autoconf.mk
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 # gnu global files
79 GPATH
80 GRTAGS
81 GSYMS
82 GTAGS
84 *.orig
85 *~
86 \#*#