view .hgignore @ 113:c5dcf51f5f1e

core: fix implicit declaration
author David Demelier <markand@malikania.fr>
date Thu, 16 Apr 2020 10:35:50 +0200
parents 5e38f88cb9ab
children 0a6683615c73
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# object files.
\.d$
\.o$
\.a$
^assets/.*\.h$
^examples/example-inventory(\.exe)?$
^examples/example-message(\.exe)?$
^examples/example-sound(\.exe)?$
^examples/assets/.*\.h$
^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-bcc(\.exe)?$
^tools/molko-map(\.exe)?$

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