view .hgignore @ 6:8c408176d2b1

scid: past jobs are not listed for new workers
author David Demelier <markand@malikania.fr>
date Wed, 23 Jun 2021 11:44:30 +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$