]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
Merge branch 'master' of git://git.denx.de/u-boot-spi
[karo-tx-uboot.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
24
25 # Build tree
26 /build-*
27
28 #
29 # Top-level generic files
30 #
31 /MLO*
32 /SPL
33 /System.map
34 /u-boot
35 /u-boot.hex
36 /u-boot.imx
37 /u-boot-with-spl.imx
38 /u-boot-with-nand-spl.imx
39 /u-boot.map
40 /u-boot.srec
41 /u-boot.ldr
42 /u-boot.ldr.hex
43 /u-boot.ldr.srec
44 /u-boot.img
45 /u-boot.kwb
46 /u-boot.sha1
47 /u-boot.dis
48 /u-boot.lds
49 /u-boot.ubl
50 /u-boot.ais
51 /u-boot.sb
52
53 #
54 # git files that we don't want to ignore even it they are dot-files
55 #
56 !.gitignore
57 !.mailmap
58
59 #
60 # Generated files
61 #
62
63 /LOG
64 /errlog
65 /reloc_off
66
67 !/spl/Makefile
68 /spl/*
69 /tpl/
70
71 /include/generated/
72 /include/spl-autoconf.mk
73 /include/tpl-autoconf.mk
74
75 # stgit generated dirs
76 patches-*
77 .stgit-edit.txt
78
79 # quilt's files
80 patches
81 series
82
83 # gdb files
84 .gdb_history
85
86 # cscope files
87 cscope.*
88
89 # tags files
90 /tags
91 /ctags
92 /etags
93
94 # gnu global files
95 GPATH
96 GRTAGS
97 GSYMS
98 GTAGS
99
100 *.orig
101 *~
102 \#*#