changeset 517:7b1781724868

Misc: update .hgignore
author David Demelier <markand@malikania.fr>
date Tue, 24 Oct 2017 16:27:51 +0200
parents bb65cec664c5
children b557017ad3f0
files .hgignore
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu Oct 26 20:45:19 2017 +0200
+++ b/.hgignore	Tue Oct 24 16:27:51 2017 +0200
@@ -1,4 +1,12 @@
+# Build directory used in lots of documentation.
+build
+
+# Qt Creator creates CMakeLists.txt.user.
 CMakeLists\.txt\.user
+
+# vim/emacs specific.
 tags
-build
 \.swp$
+
+# macOS specific.
+\.DS_Store