]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
karo: fdt: fix error handling for reg-can-xcvr
[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
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 /boards.cfg
38
39 #
40 # git files that we don't want to ignore even it they are dot-files
41 #
42 !.gitignore
43 !.mailmap
44
45 #
46 # Generated files
47 #
48 /LOG
49 /spl/
50 /tpl/
51 /defconfig
52
53 #
54 # Generated include files
55 #
56 /include/config/
57 /include/generated/
58
59 # stgit generated dirs
60 patches-*
61 .stgit-edit.txt
62
63 # quilt's files
64 patches
65 series
66 .pc
67
68 # gdb files
69 .gdb_history
70
71 # cscope files
72 cscope.*
73
74 # tags files
75 /tags
76 /ctags
77 /etags
78
79 # gnu global files
80 GPATH
81 GRTAGS
82 GSYMS
83 GTAGS
84
85 *.orig
86 *~
87 \#*#