Merge remote-tracking branch 'u-boot-samsung/master'
[oweals/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
24 # host programs on Cygwin
25 *.exe
26
27 # Build tree
28 /build-*
29
30 #
31 # Top-level generic files
32 #
33 /MLO*
34 /SPL
35 /System.map
36 /u-boot*
37
38 #
39 # git files that we don't want to ignore even it they are dot-files
40 #
41 !.gitignore
42 !.mailmap
43
44 #
45 # Generated files
46 #
47
48 /LOG
49 /errlog
50 /reloc_off
51
52 /spl/
53 /tpl/
54
55 #
56 # Generated include files
57 #
58 /include/config/
59 /include/generated/
60 /include/spl-autoconf.mk
61 /include/tpl-autoconf.mk
62
63 # stgit generated dirs
64 patches-*
65 .stgit-edit.txt
66
67 # quilt's files
68 patches
69 series
70
71 # gdb files
72 .gdb_history
73
74 # cscope files
75 cscope.*
76
77 # tags files
78 /tags
79 /ctags
80 /etags
81
82 # gnu global files
83 GPATH
84 GRTAGS
85 GSYMS
86 GTAGS
87
88 *.orig
89 *~
90 \#*#