From 3c3c5c7907b075f1489dfd29c6bf9b9a32e37bca Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Wed, 25 Jul 2018 11:37:42 +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: I78de1bd8c52b9393a732954bcad91efcf924fb41 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