view .hgignore @ 102:26fef20fd89d

inventory_dialog: draw basic shapes
author David Demelier <markand@malikania.fr>
date Tue, 31 Mar 2020 20:30:00 +0200
parents 4ac71ac10c9f
children 68ce8e02061a
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)?$
^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$