]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
Makefile: remove a cleaning target "tidy"
[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.dtb
52 /u-boot.sb
53
54 #
55 # git files that we don't want to ignore even it they are dot-files
56 #
57 !.gitignore
58 !.mailmap
59
60 #
61 # Generated files
62 #
63
64 /LOG
65 /errlog
66 /reloc_off
67
68 !/spl/Makefile
69 /spl/*
70 /tpl/
71
72 /include/generated/
73 /include/spl-autoconf.mk
74 /include/tpl-autoconf.mk
75
76 # stgit generated dirs
77 patches-*
78 .stgit-edit.txt
79
80 # quilt's files
81 patches
82 series
83
84 # gdb files
85 .gdb_history
86
87 # cscope files
88 cscope.*
89
90 # tags files
91 /tags
92 /ctags
93 /etags
94
95 # gnu global files
96 GPATH
97 GRTAGS
98 GSYMS
99 GTAGS
100
101 *.orig
102 *~
103 \#*#