]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
.dcignore: ignore tests and docs directories
authorDaniel Stenberg <daniel@haxx.se>
Fri, 26 Jun 2020 22:07:37 +0000 (00:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 26 Jun 2020 22:07:37 +0000 (00:07 +0200)
This is a config file for deepcode.ai, a static code analyzer.

.dcignore [new file with mode: 0644]

diff --git a/.dcignore b/.dcignore
new file mode 100644 (file)
index 0000000..73b1e71
--- /dev/null
+++ b/.dcignore
@@ -0,0 +1,3 @@
+tests/**
+docs/**
+docs/examples/**