view .hgignore @ 27:dae2de19ca5d

misc: switch to JSON everywhere
author David Demelier <markand@malikania.fr>
date Wed, 03 Aug 2022 15:18:09 +0200
parents 34cbbd215ef7
children 1d0ddf9e6efd
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.
^bcc$
^scictl/scictl$
^scid/scid$
^sciworkerd/sciworkerd$

# tests.
^tests/test-db$