FreeCalypso > hg > freecalypso-tools
annotate .hgignore @ 277:4469d73bbc60
etmsync l1tmops module: need to return on errors, not exit
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 17 Nov 2017 00:37:52 +0000 |
parents | 20ed7a320b12 |
children | 31d056f37647 |
rev | line source |
---|---|
1
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 syntax: regexp |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 \.[oa]$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 \.elf$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 \.bin$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 \.srec$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 |
142
d41edd329670
fc-cal2text utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
85
diff
changeset
|
8 ^ffstools/cal2text/fc-cal2text$ |
240
2568a2a8a453
tiaud-compile program written
Mychaela Falconia <falcon@freecalypso.org>
parents:
235
diff
changeset
|
9 ^ffstools/tiaud/compile$ |
163
568e2a2b49c8
tiaud-decomp utility written
Mychaela Falconia <falcon@freecalypso.org>
parents:
153
diff
changeset
|
10 ^ffstools/tiaud/decomp$ |
241
1f3b28d66d53
tiaud-mkvol program written
Mychaela Falconia <falcon@freecalypso.org>
parents:
240
diff
changeset
|
11 ^ffstools/tiaud/mkvol$ |
1
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 ^ffstools/tiffs-rd/tiffs$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 ^ffstools/tiffs-wrappers/mokoffs$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 ^ffstools/tiffs-wrappers/pirffs$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
16 ^lcdemu/fc-lcdemu$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
17 |
85
c5766d12360d
fc-buzplay started
Mychaela Falconia <falcon@freecalypso.org>
parents:
33
diff
changeset
|
18 ^loadtools/fc-buzplay$ |
1
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
19 ^loadtools/fc-compalram$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
20 ^loadtools/fc-iram$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
21 ^loadtools/fc-loadtool$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
22 ^loadtools/fc-xram$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
23 |
5
7eaa3307e5df
fc-fr2tch utility written, added under miscutil
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
24 ^miscutil/fc-fr2tch$ |
171
f736f3ce8310
fc-gsm2vm utility written
Mychaela Falconia <falcon@freecalypso.org>
parents:
170
diff
changeset
|
25 ^miscutil/fc-gsm2vm$ |
1
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
26 ^miscutil/fc-rgbconv$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
27 ^miscutil/fc-serterm$ |
6
d57f68d0568d
fc-tch2fr utility written, added under miscutil
Mychaela Falconia <falcon@freecalypso.org>
parents:
5
diff
changeset
|
28 ^miscutil/fc-tch2fr$ |
170
a72bbc3ace09
fc-vm2hex utility written
Mychaela Falconia <falcon@freecalypso.org>
parents:
163
diff
changeset
|
29 ^miscutil/fc-vm2hex$ |
1
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
30 ^miscutil/imei-luhn$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
31 |
176
2b38691076b9
fc-e1decode utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
171
diff
changeset
|
32 ^ringtools/fc-e1decode$ |
33
cefdc6623322
fc-e1gen utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
6
diff
changeset
|
33 ^ringtools/fc-e1gen$ |
cefdc6623322
fc-e1gen utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
6
diff
changeset
|
34 |
1
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
35 ^rvinterf/asyncshell/fc-shell$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
36 ^rvinterf/ctracedec/ctracedec$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
37 ^rvinterf/etmsync/fc-dspapidump$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
38 ^rvinterf/etmsync/fc-fsio$ |
153
9925fba699be
fc-olddump replaced with fc-memdump
Mychaela Falconia <falcon@freecalypso.org>
parents:
142
diff
changeset
|
39 ^rvinterf/etmsync/fc-memdump$ |
269
20ed7a320b12
fc-tmsync skeleton started
Mychaela Falconia <falcon@freecalypso.org>
parents:
265
diff
changeset
|
40 ^rvinterf/etmsync/fc-tmsync$ |
1
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
41 ^rvinterf/lowlevel/rvinterf$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
42 ^rvinterf/lowlevel/rvtdump$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
43 ^rvinterf/lowlevel/tfc139$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
44 ^rvinterf/tmsh/fc-tmsh$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
45 |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
46 ^target-utils/.*/crt0\.S$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
47 ^target-utils/tf-breakin/embed\.c$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
48 ^target-utils/tf-breakin/mkembed$ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
49 |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
50 ^toolchain/binutils-2\.21\.1/ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
51 ^toolchain/binutils-build/ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
52 ^toolchain/gcc-4\.5\.4/ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
53 ^toolchain/gcc-build/ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
54 ^toolchain/newlib-2\.0\.0/ |
22c6f5bd7ffa
.hgignore added, based on freecalypso-sw version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
55 ^toolchain/newlib-build/ |