diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-05 04:10:02 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-05 04:10:02 +0200 |
commit | c8241a2424f7ba6d38eee5b4fe042cf7c8fd7df8 (patch) | |
tree | a53ede61ef605ddec822a5ece05d55931f6f6cdb /project.conf | |
parent | 29950f9eddf803031d9158273e9280e177f109c8 (diff) |
Add ignore dirs
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |