view .hgignore @ 83:f5d3e469eb93

core: import SQLite, continue #2476
author David Demelier <markand@malikania.fr>
date Sun, 16 Feb 2020 18:27:42 +0100
parents 80a913d25aa9
children a6c2067709ce
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-map(\.exe)?$
^tests/test-script(\.exe)?$
^tools/molko-map(\.exe)?$

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