From c8241a2424f7ba6d38eee5b4fe042cf7c8fd7df8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 5 Aug 2024 04:10:02 +0200 Subject: Add ignore dirs --- depends/mglpp | 2 +- project.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/depends/mglpp b/depends/mglpp index 7d23e51..d0e8c89 160000 --- a/depends/mglpp +++ b/depends/mglpp @@ -1 +1 @@ -Subproject commit 7d23e514e3271690ddc465a21faa1fa24063826a +Subproject commit d0e8c89aecdbf6c26883863f310a0a8ffaa29403 diff --git a/project.conf b/project.conf index 3c20791..4a9f2ac 100644 --- a/project.conf +++ b/project.conf @@ -4,5 +4,8 @@ type = "executable" version = "0.1.0" platforms = ["posix"] +[config] +ignore_dirs = ["build"] + [dependencies] xfixes = ">=4" \ No newline at end of file -- cgit v1.2.3