view .hgignore @ 49:9d8df0c1db63

make: improve makefile
author David Demelier <markand@malikania.fr>
date Wed, 17 Aug 2022 09:11:44 +0200
parents 27f039a790f4
children 471410c90954
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$
^bcc$
^scictl/scictl$
^scid/scid$
^sciworkerd/sciworkerd$

# tests.
^tests/test-db$

# documentation.
^doc/html