changeset 151:7a8ccd50bdf6

Misc: update .hgignore
author David Demelier <markand@malikania.fr>
date Mon, 04 Dec 2017 12:54:40 +0100
parents 308c792763ef
children 16f27d6543bf
files .hgignore
diffstat 1 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Dec 04 12:17:45 2017 +0100
+++ b/.hgignore	Mon Dec 04 12:54:40 2017 +0100
@@ -1,4 +1,12 @@
-\.DS_Store
-CMakeLists\.txt\.user
-build
-tags
+# 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