comparison .hgignore @ 107:62aeb864093f

molko-bcc: initial import
author David Demelier <markand@malikania.fr>
date Wed, 01 Apr 2020 20:05:00 +0200
parents 68ce8e02061a
children 5e38f88cb9ab
comparison
equal deleted inserted replaced
106:ed1a6bb02a78 107:62aeb864093f
10 10
11 # object files. 11 # object files.
12 \.d$ 12 \.d$
13 \.o$ 13 \.o$
14 \.a$ 14 \.a$
15 ^molko(\.exe)?$
16 ^examples/example-inventory(\.exe)?$ 15 ^examples/example-inventory(\.exe)?$
17 ^examples/example-message(\.exe)?$ 16 ^examples/example-message(\.exe)?$
18 ^examples/example-sound(\.exe)?$ 17 ^examples/example-sound(\.exe)?$
18 ^molko(\.exe)?$
19 ^tests/test-color(\.exe)?$ 19 ^tests/test-color(\.exe)?$
20 ^tests/test-error(\.exe)?$ 20 ^tests/test-error(\.exe)?$
21 ^tests/test-inventory(\.exe)?$ 21 ^tests/test-inventory(\.exe)?$
22 ^tests/test-map(\.exe)?$ 22 ^tests/test-map(\.exe)?$
23 ^tests/test-panic(\.exe)?$ 23 ^tests/test-panic(\.exe)?$
24 ^tests/test-save(\.exe)?$ 24 ^tests/test-save(\.exe)?$
25 ^tests/test-script(\.exe)?$ 25 ^tests/test-script(\.exe)?$
26 ^tools/molko-bcc(\.exe)?$
26 ^tools/molko-map(\.exe)?$ 27 ^tools/molko-map(\.exe)?$
27 28
28 # doxygen stuff. 29 # doxygen stuff.
29 ^doxygen/html$ 30 ^doxygen/html$
30 ^doxygen/man$ 31 ^doxygen/man$