Add more stock U-Boot images
[oweals/u-boot_mod.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 # lzma host util
28 host_util/lzma/lzma
29
30 #
31 # Top-level generic files
32 #
33 /u-boot/System.map
34 /u-boot/u-boot*
35 /u-boot/bootstrap
36 /u-boot/bootstrap.map
37
38 # MD5 in bin
39 /bin/*.md5
40
41 # Symbolic links and some compilation results from tools
42 /u-boot/tools/crc32.c
43 /u-boot/tools/environment.c
44 /u-boot/tools/envcrc
45 /u-boot/tools/mkimage
46
47 # Auto generated fsdata.c
48 /u-boot/httpd/fsdata.c
49
50 # Generated include files
51 /u-boot/include/asm
52 /u-boot/include/config.h
53 /u-boot/include/config.mk
54 /u-boot/include/version_autogenerated.h
55 # TODO: broken symbolic link
56 /u-boot/include/asm-*/arch
57
58 # Do not ignore original u-boot images
59 !/original_u-boot_images/*.bin
60
61 #
62 # git files that we don't want to ignore even it they are dot-files
63 #
64 !.gitignore
65 !.mailmap
66
67 # stgit generated dirs
68 patches-*
69 .stgit-edit.txt
70
71 # quilt's files
72 patches
73 series
74
75 # gdb files
76 .gdb_history
77
78 # cscope files
79 cscope.*
80
81 # tags files
82 /tags
83 /ctags
84 /etags
85
86 # gnu global files
87 GPATH
88 GRTAGS
89 GSYMS
90 GTAGS
91
92 *.orig
93 *~
94 \#*#