view .hgignore @ 638:ed041b0e3c83

network/libssh2: fix build
author David Demelier <markand@malikania.fr>
date Sun, 21 Jul 2019 20:09:09 +0200
parents af4b22972631
children eb9680f81260
line wrap: on
line source

# Build directory used in lots of documentation.
^build

# Qt Creator creates CMakeLists.txt.user.
^CMakeLists\.txt\.user$

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

# macOS specific.
\.DS_Store$

# distfiles
\.tar\..?z.?$
\.t.?z.?$
\.zip$