From a1a020bb77420bc17c81841f16b700aca1fc8296 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Mon, 6 Feb 2017 17:46:58 +0100 Subject: stop using profile/platform/architecture-specific build directories, just use "bld" (by default) also update the .gitignore appropriately --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e2bfd5d3..717e0d45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/build +/bld /GNUmakefile.local -- cgit