view .hgignore @ 9:3ef8128e244f

sci: add project-update command
author David Demelier <markand@malikania.fr>
date Wed, 23 Jun 2021 14:05:36 +0200
parents 566bc028cdcb
children 67348ec46425
line wrap: on
line source

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

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

# macOS specific.
\.DS_Store$

# executables.
^bcc$
^scictl$
^scid$
^sciwebd$
^sciworkerd$

# tests.
^tests/test-db$