changeset 620:e24fc739ec74

Misc: sync .hgignore
author David Demelier <markand@malikania.fr>
date Fri, 20 Oct 2017 11:53:41 +0200
parents da9c2e128cae
children ca5912ad2909
files .hgignore
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Oct 11 10:12:28 2017 +0200
+++ b/.hgignore	Fri Oct 20 11:53:41 2017 +0200
@@ -1,1 +1,9 @@
-CMakeLists\.txt\.user
\ No newline at end of file
+# Build directory used in lots of documentation.
+build
+
+# Qt Creator creates CMakeLists.txt.user.
+CMakeLists\.txt\.user
+
+# vim/emacs specific.
+tags
+\.swp$