view .hgignore @ 78:26bbca3765dd

misc: update API timeout
author David Demelier <markand@malikania.fr>
date Tue, 31 Jan 2023 22:01:36 +0100
parents 158364bdebc4
children
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$
^extern/bcc/bcc$
^scictl/scictl$
^scid/scid$
^sciworkerd/sciworkerd$

# tests.
^tests/test-db$

# documentation.
^doc/html

# Distribution files.
^sci-\d\.\d.\d\.tar\.xz(\.asc)?$