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