view .hgignore @ 12:be3ec0e6bb8f

scid: remove status from jobresult
author David Demelier <markand@malikania.fr>
date Tue, 29 Jun 2021 21:24:16 +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$