aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a5547d5d45788bb5af9dbf4c36380a872fba3e77 (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.gdb
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*~

#
# Our programs
#
doc_loadbios
docfdisk
flash_erase
flash_lock
flash_otp_dump
flash_otp_info
flash_otp_lock
flash_otp_write
flash_unlock
flashcp
ftl_check
ftl_format
jffs2dump
jffs2reader
mkfs.jffs2
mtd_debug
mtdpart
nanddump
nandtest
nandwrite
nftl_format
nftldump
recv_image
rfddump
rfdformat
serve_image
sumtool
JitterTest
checkfs
free_space
fstest_monitor
ftrunc
fwrite00
gcd_hupper
integ
integck
io_basic
io_paral
io_read
io_update
makefiles
mkfs.ubifs
mkvol_bad
mkvol_basic
mkvol_paral
mtdinfo
orph
pdfrun
perf
plotJittervsFill
rmdir00
rndrm00
rndrm99
rndwrite00
rsvol
stress_1
stress_2
stress_3
test_1
test_2
flash_torture
flash_stress
flash_speed
flash_readtest
nandbiterrs
nandpagetest
nandsubpagetest
ubiattach
ubiblock
ubicrc32
ubidetach
ubiformat
ubimkvol
ubinfo
ubinize
ubirename
ubirmvol
ubirsvol
ubiupdatevol
volrefcnt
mtdlib_test
ubilib_test
tests/fs-tests/fs_help_all.sh
tests/fs-tests/fs_run_all.sh
tests/fs-tests/stress/fs_stress00.sh
tests/fs-tests/stress/fs_stress01.sh
tests/ubi-tests/runubitests.sh
tests/ubi-tests/ubi-stress-test.sh

#
# Files generated by autotools
#
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache/
/config.*
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/
/missing
/stamp-h?
/compile
/include/config.h
/include/config.h.in
/include/stamp-h1

#
# Top-level generic files
#

#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore

# stgit generated dirs
patches-*
*.patch

# cscope files
cscope.*
ncscope.*