]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blob - .gitignore
Merge branch 'master' of git://git.denx.de/u-boot-arm
[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
23 *.dts.tmp
25 # Build tree
26 /build-*
28 #
29 # Top-level generic files
30 #
31 /MLO*
32 /SPL
33 /System.map
34 /u-boot*
36 #
37 # git files that we don't want to ignore even it they are dot-files
38 #
39 !.gitignore
40 !.mailmap
42 #
43 # Generated files
44 #
46 /LOG
47 /errlog
48 /reloc_off
50 !/spl/Makefile
51 /spl/*
52 /tpl/
54 #
55 # Generated include files
56 #
57 /include/config/
58 /include/generated/
59 /include/spl-autoconf.mk
60 /include/tpl-autoconf.mk
62 # stgit generated dirs
63 patches-*
64 .stgit-edit.txt
66 # quilt's files
67 patches
68 series
70 # gdb files
71 .gdb_history
73 # cscope files
74 cscope.*
76 # tags files
77 /tags
78 /ctags
79 /etags
81 # gnu global files
82 GPATH
83 GRTAGS
84 GSYMS
85 GTAGS
87 *.orig
88 *~
89 \#*#