summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1dec248250f688b8b13094eee92eee9f80c25968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
*~
.*
\#*\#
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes
*.elf
*.mcp
*.orig
*.dcd
*.dcd.S

#
# Top-level generic files
#
tags
TAGS
cross_arch
cross_compile
barebox
barebox.S
barebox.bin
barebox.srec
barebox.netx
barebox.s5p
barebox.spi
barebox.ubl
barebox.zynq
barebox.uimage
barebox.map
barebox.kwb
barebox.kwbuart
barebox-flash-image
System.map
Module.symvers
barebox_default_env*

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/compile.h
include/generated

# Generated files
Doxyfile.version

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*

# patches
*.patch
scripts/gen_netx_image
scripts/s5p_cksum
scripts/bareboxenv-target