diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-22 03:16:14 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:32 +0200 |
commit | 4614d45075684d463c8aa302c594e8496120a7ed (patch) | |
tree | 00d29120b43e91d344b16ca5700bac6001b782ac | |
parent | aa7df58eea486e8b38da11330e60b600e73d5cd0 (diff) |
Ignore distribute dir
-rw-r--r-- | project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 029cb9e..1610e28 100644 --- a/project.conf +++ b/project.conf @@ -5,7 +5,7 @@ version = "0.1.3" authors = ["DEC05EBA <0xdec05eba@gmail.com>"] tests = "tests" platforms = ["linux32", "linux64", "win64"] -ignore_dirs = ["cmake", "cmake-build-debug", "build"] +ignore_dirs = ["cmake", "cmake-build-debug", "build", "distribute"] [dependencies] libcurl = "7.57.0" |