comparison .hgignore @ 116:0a6683615c73

cmake: change build system, continue #2487 @3h
author David Demelier <markand@malikania.fr>
date Sat, 03 Oct 2020 18:32:01 +0200
parents 5e38f88cb9ab
children 789b23e01f52
comparison
equal deleted inserted replaced
115:3bd0d3a39e30 116:0a6683615c73
5 \.swp$ 5 \.swp$
6 \.swo$ 6 \.swo$
7 7
8 # macOS specific. 8 # macOS specific.
9 \.DS_Store$ 9 \.DS_Store$
10
11 # object files.
12 \.d$
13 \.o$
14 \.a$
15 ^assets/.*\.h$
16 ^examples/example-inventory(\.exe)?$
17 ^examples/example-message(\.exe)?$
18 ^examples/example-sound(\.exe)?$
19 ^examples/assets/.*\.h$
20 ^molko(\.exe)?$
21 ^tests/test-color(\.exe)?$
22 ^tests/test-error(\.exe)?$
23 ^tests/test-inventory(\.exe)?$
24 ^tests/test-map(\.exe)?$
25 ^tests/test-panic(\.exe)?$
26 ^tests/test-save(\.exe)?$
27 ^tests/test-script(\.exe)?$
28 ^tools/molko-bcc(\.exe)?$
29 ^tools/molko-map(\.exe)?$
30
31 # doxygen stuff.
32 ^doxygen/html$
33 ^doxygen/man$
34 ^doxygen/doxygen_sqlite3\.db$