view .hgignore @ 19:de4bf839b565

misc: revamp SQL
author David Demelier <markand@malikania.fr>
date Fri, 15 Jul 2022 11:11:48 +0200
parents 600204c31bf0
children dd078aea5d02
line wrap: on
line source

# object files.
^config\.h$
\.a$
\.d$
\.o$
^sql/.*\.h$

# generated manpages.
^man/.*\.[1-9]$

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

# macOS specific.
\.DS_Store$
\.dSYM.*

# executables.
^bcc$
^scid/scid$
^sciworkerd/sciworkerd$

# tests.
^tests/test-db$