diff .hgignore @ 121:789b23e01f52

misc: reorganize hierarchy, closes #2490
author David Demelier <markand@malikania.fr>
date Mon, 05 Oct 2020 13:25:06 +0200
parents 0a6683615c73
children 3ccf841ca1fe
line wrap: on
line diff
--- a/.hgignore	Mon Oct 05 13:05:09 2020 +0200
+++ b/.hgignore	Mon Oct 05 13:25:06 2020 +0200
@@ -7,3 +7,6 @@
 
 # macOS specific.
 \.DS_Store$
+
+# CMake build directory.
+^build$