changeset 22:b20cb768f2fb

Make .hgignore more precise
author David Demelier <markand@malikania.fr>
date Mon, 04 Dec 2017 14:18:23 +0100
parents 19c601ca2503
children 5f138ad3c317
files .hgignore
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Nov 29 16:53:11 2017 +0100
+++ b/.hgignore	Mon Dec 04 14:18:23 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$
 \.swp$
 
 # macOS specific.
-\.DS_Store
+\.DS_Store$