view .hgignore @ 634:005794d9cf77

json_util: cleanups - Make overloads that takes a string as a key, - make header only code, - Remove contains function, use std::count or std::find instead.
author David Demelier <markand@malikania.fr>
date Fri, 23 Mar 2018 12:56:47 +0100
parents b1bfc23d33fe
children
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
\.swp$

# macOS specific.
\.DS_Store