view .hgignore @ 104:7f254a797faf

message: fix centering
author David Demelier <markand@malikania.fr>
date Tue, 31 Mar 2020 21:05:00 +0200
parents 68ce8e02061a
children 62aeb864093f
line wrap: on
line source

# vim/emacs specific.
^tags$
^tags.lock$
^tags.temp$
\.swp$
\.swo$

# macOS specific.
\.DS_Store$

# object files.
\.d$
\.o$
\.a$
^molko(\.exe)?$
^examples/example-inventory(\.exe)?$
^examples/example-message(\.exe)?$
^examples/example-sound(\.exe)?$
^tests/test-color(\.exe)?$
^tests/test-error(\.exe)?$
^tests/test-inventory(\.exe)?$
^tests/test-map(\.exe)?$
^tests/test-panic(\.exe)?$
^tests/test-save(\.exe)?$
^tests/test-script(\.exe)?$
^tools/molko-map(\.exe)?$

# doxygen stuff.
^doxygen/html$
^doxygen/man$
^doxygen/doxygen_sqlite3\.db$