view .hgignore @ 88:44de3c528b63

core: implement basic panic mechanism, continue #2484 @1h
author David Demelier <markand@malikania.fr>
date Thu, 12 Mar 2020 12:44:00 +0100
parents 34e91215ec5a
children 4ac71ac10c9f
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)?$
^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$