view .hgignore @ 67:993798990ab8

misc: added tag 0.1.0 for changeset 5076be758687
author David Demelier <markand@malikania.fr>
date Sat, 20 Aug 2022 10:56:29 +0200
parents 471410c90954
children 158364bdebc4
line wrap: on
line source

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

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

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

# executables.
^config\.mk$
^extern/bcc/bcc$
^scictl/scictl$
^scid/scid$
^sciworkerd/sciworkerd$

# tests.
^tests/test-db$

# documentation.
^doc/html