From: Daniel Stenberg Date: Fri, 26 Jun 2020 22:07:37 +0000 (+0200) Subject: .dcignore: ignore tests and docs directories X-Git-Tag: curl-7_71_1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc3cba22c70f8ee04429dff7627a3a7cb7762098;p=thirdparty%2Fcurl.git .dcignore: ignore tests and docs directories This is a config file for deepcode.ai, a static code analyzer. --- diff --git a/.dcignore b/.dcignore new file mode 100644 index 0000000000..73b1e71692 --- /dev/null +++ b/.dcignore @@ -0,0 +1,3 @@ +tests/** +docs/** +docs/examples/**