diff .hgignore @ 29:31bbe01fe501

make: ditch GNU make
author David Demelier <markand@malikania.fr>
date Tue, 07 Feb 2023 17:48:14 +0100
parents 887a8fd73d1e
children
line wrap: on
line diff
--- a/.hgignore	Tue Feb 07 14:30:33 2023 +0100
+++ b/.hgignore	Tue Feb 07 17:48:14 2023 +0100
@@ -8,6 +8,9 @@
 \.d$
 \.o$
 
+# Usual CMake build directory.
+^build
+
 # Test files.
 ^tests/test-unicode$