From 1261ac1f1f1f2e4d659159f4ce51322f1d585128 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Wed, 25 Jul 2018 11:28:07 +0200 Subject: Allow to specify an installation prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make use of installation prefix possible so that you can install multiple version and non system-wide installation for debugging purposes. Also added a .gitignore to ignore build directories. Change-Id: I89a6a5f1eb0d22abec946530d35df3f3998c8371 Signed-off-by: Loïc Collignon --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bd80f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +build-*/ -- cgit 1.2.3-korg