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