changeset 582:c389a7e7bf50

Misc: sync .hgignore
author David Demelier <markand@malikania.fr>
date Mon, 04 Dec 2017 14:20:40 +0100
parents a51b5dd5b761
children 55cc4ba15026
files .hgignore
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Dec 04 14:12:13 2017 +0100
+++ b/.hgignore	Mon Dec 04 14:20:40 2017 +0100
@@ -1,12 +1,12 @@
 # Build directory used in lots of documentation.
-build
+^build
 
 # Qt Creator creates CMakeLists.txt.user.
-CMakeLists\.txt\.user
+^CMakeLists\.txt\.user$
 
 # vim/emacs specific.
-tags
+^tags$
 \.swp$
 
 # macOS specific.
-\.DS_Store
+\.DS_Store$