view .hgignore @ 768:d8bf53170fb6

Plugin links: fix various errors, closes #912 @2h Import uriparser to decode URLs correctly with fragment and query support for a better link decomposition. Improve pre-check message to allow people writing text after the link, e.g: http://example.org <- you should check this Improve relocation. Split code for better style.
author David Demelier <markand@malikania.fr>
date Wed, 24 Oct 2018 21:05:00 +0200
parents 4f1cd9bf13c7
children 243f9f51b0ff
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$